mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
11d57a535c
Strings are treated as UTF8 instead of one-byte strings when names are processed and when OpenSSL's ..._print functions are used. This commit fixes simple/test-tls-peer-certificate-encoding test. fix #8366
22 lines
588 B
INI
22 lines
588 B
INI
[ req ]
|
|
string_mask = utf8only
|
|
utf8 = yes
|
|
default_bits = 1024
|
|
days = 999
|
|
distinguished_name = req_distinguished_name
|
|
attributes = req_attributes
|
|
prompt = no
|
|
|
|
[ req_distinguished_name ]
|
|
C = HU
|
|
L = Budapest
|
|
O = Tresorit
|
|
CN = Ádám Lippai
|
|
emailAddress = adam.lippai@tresorit.com
|
|
|
|
[ req_attributes ]
|
|
challengePassword = A challenge password
|
|
|
|
[ ext_key_usage ]
|
|
extendedKeyUsage = clientAuth
|