mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
23 lines
594 B
Plaintext
23 lines
594 B
Plaintext
|
[ req ]
|
||
|
days = 9999
|
||
|
distinguished_name = req_distinguished_name
|
||
|
attributes = req_attributes
|
||
|
prompt = no
|
||
|
output_password = password
|
||
|
x509_extensions = v3_ca
|
||
|
|
||
|
[ req_distinguished_name ]
|
||
|
C = US
|
||
|
ST = CA
|
||
|
L = SF
|
||
|
O = The Node.js Foundation
|
||
|
OU = Node.js
|
||
|
CN = ca6
|
||
|
emailAddress = ca6@example.org
|
||
|
|
||
|
[ req_attributes ]
|
||
|
challengePassword = A challenge password
|
||
|
|
||
|
[ v3_ca ]
|
||
|
basicConstraints = CA:TRUE
|