2010-12-08 08:34:26 +08:00
|
|
|
[ req ]
|
|
|
|
default_bits = 1024
|
2011-02-10 10:10:55 +08:00
|
|
|
days = 999
|
2010-12-08 08:34:26 +08:00
|
|
|
distinguished_name = req_distinguished_name
|
|
|
|
attributes = req_attributes
|
|
|
|
prompt = no
|
|
|
|
output_password = password
|
2015-04-18 16:19:23 +08:00
|
|
|
x509_extensions = v3_ca
|
2010-12-08 08:34:26 +08:00
|
|
|
|
|
|
|
[ req_distinguished_name ]
|
|
|
|
C = US
|
|
|
|
ST = CA
|
|
|
|
L = SF
|
|
|
|
O = Joyent
|
|
|
|
OU = Node.js
|
|
|
|
CN = ca1
|
|
|
|
emailAddress = ry@tinyclouds.org
|
|
|
|
|
|
|
|
[ req_attributes ]
|
|
|
|
challengePassword = A challenge password
|
|
|
|
|
2015-04-18 16:19:23 +08:00
|
|
|
[ v3_ca ]
|
|
|
|
basicConstraints = CA:TRUE
|