projects
/
platform
/
upstream
/
nodejs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
New keys, agent1-cert.pem was expired
[platform/upstream/nodejs.git]
/
test
/
fixtures
/
keys
/
ca2.cnf
1
[ req ]
2
default_bits = 1024
3
days = 999
4
distinguished_name = req_distinguished_name
5
attributes = req_attributes
6
prompt = no
7
output_password = password
8
9
[ req_distinguished_name ]
10
C = US
11
ST = CA
12
L = SF
13
O = Joyent
14
OU = Node.js
15
CN = ca2
16
emailAddress = ry@tinyclouds.org
17
18
[ req_attributes ]
19
challengePassword = A challenge password
20