projects
/
platform
/
upstream
/
nodejs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4191920ec46c1455d57b5a1de3b531427fd0d001
[platform/upstream/nodejs.git]
/
test
/
fixtures
/
keys
/
ca1.cnf
1
[ req ]
2
default_bits = 1024
3
days = 36500
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 = ca1
16
emailAddress = ry@tinyclouds.org
17
18
[ req_attributes ]
19
challengePassword = A challenge password
20