mirror of https://github.com/nodejs/node.git
23 lines
552 B
INI
23 lines
552 B
INI
[ 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 ]
|