mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
|
[ req ]
|
||
|
default_bits = 2048
|
||
|
days = 999
|
||
|
distinguished_name = req_distinguished_name
|
||
|
attributes = req_attributes
|
||
|
prompt = no
|
||
|
|
||
|
[ req_distinguished_name ]
|
||
|
C = US
|
||
|
ST = CA
|
||
|
L = SF
|
||
|
O = NODEJS
|
||
|
OU = agent9
|
||
|
CN = localhost
|
||
|
|
||
|
[ req_attributes ]
|
||
|
challengePassword = A challenge password
|