xref: /third_party/node/test/fixtures/keys/agent2.cnf (revision 1cb0ef41)
1[ req ]
2default_bits           = 2048
3days                   = 9999
4distinguished_name     = req_distinguished_name
5attributes             = req_attributes
6prompt                 = no
7
8[ req_distinguished_name ]
9C                      = US
10ST                     = CA
11L                      = SF
12O                      = Joyent
13OU                     = Node.js
14CN                     = agent2
15emailAddress           = ry@tinyclouds.org
16
17[ req_attributes ]
18challengePassword              = A challenge password
19
20