summaryrefslogtreecommitdiff
path: root/test/fixtures/keys/rsa_cert.cnf
blob: 83137f21c10ff56ad74a551cdf76d04b71b68194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[ req ]
distinguished_name     = req_distinguished_name
attributes             = req_attributes
prompt                 = no
x509_extensions        = v3_ca

[ req_distinguished_name ]
C                      = UK
ST                     = Acknack Ltd
L                      = Rhys Jones
O                      = node.js
0.OU                   = Test TLS Certificate
1.OU                   = Engineering
CN                     = localhost
emailAddress           = alex@aub.dev

[ req_attributes ]

[ v3_ca ]
basicConstraints = CA:TRUE

[ x509_extensions ]