summaryrefslogtreecommitdiff
path: root/test/fixtures/keys/ca5.cnf
blob: f1efb3311a0abd3a62c8f9cd9ec572c86fe28461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[ ca ]
default_ca      = CA_default

[ CA_default ]
serial = ca5-serial
crl = ca5-crl.pem
database = ca5-database.txt
name_opt = CA_default
cert_opt = CA_default
default_crl_days = 999
default_md = sha512
x509_extensions        = v3_ca


[ req ]
days                   = 9999
distinguished_name     = req_distinguished_name
attributes             = req_attributes
prompt                 = no
output_password        = password

[ req_distinguished_name ]
C                      = US
ST                     = CA
L                      = SF
O                      = The Node.js Foundation
OU                     = Node.js
CN                     = ca5
emailAddress           = ca5@example.org

[ req_attributes ]
challengePassword              = A challenge password

[ v3_ca ]
basicConstraints = CA:TRUE