• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[ ca ]
2default_ca      = CA_default
3
4[ CA_default ]
5serial = ca5-serial
6crl = ca5-crl.pem
7database = ca5-database.txt
8name_opt = CA_default
9cert_opt = CA_default
10default_crl_days = 999
11default_md = sha512
12x509_extensions        = v3_ca
13
14
15[ req ]
16days                   = 9999
17distinguished_name     = req_distinguished_name
18attributes             = req_attributes
19prompt                 = no
20output_password        = password
21
22[ req_distinguished_name ]
23C                      = US
24ST                     = CA
25L                      = SF
26O                      = The Node.js Foundation
27OU                     = Node.js
28CN                     = ca5
29emailAddress           = ca5@example.org
30
31[ req_attributes ]
32challengePassword              = A challenge password
33
34[ v3_ca ]
35basicConstraints = CA:TRUE
36