node/test/fixtures/keys/rsa_cert.cnf
Sam Roberts 334bac79eb test: reset validity dates of expired certs
PR-URL: https://github.com/nodejs/node/pull/28473
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2019-06-28 16:14:36 -07:00

22 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 ]