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
|
2014-04-15 01:15:57 +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 = agent1
|
|
|
|
emailAddress = ry@tinyclouds.org
|
|
|
|
|
|
|
|
[ req_attributes ]
|
|
|
|
challengePassword = A challenge password
|
|
|
|
|
2014-04-15 01:15:57 +08:00
|
|
|
[ v3_ca ]
|
|
|
|
authorityInfoAccess = @issuer_info
|
|
|
|
|
|
|
|
[ issuer_info ]
|
|
|
|
OCSP;URI.0 = http://ocsp.nodejs.org/
|
|
|
|
caIssuers;URI.0 = http://ca.nodejs.org/ca.cert
|