xref: /third_party/node/test/fixtures/keys/selfsigned-no-keycertsign/cert.conf (revision 1cb0ef41)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/keys/selfsigned-no-keycertsign/
1[req]
2distinguished_name = req_distinguished_name
3req_extensions = v3_req
4prompt = no
5
6[req_distinguished_name]
7C = DE
8CN = localhost
9
10[v3_req]
11keyUsage = digitalSignature, keyEncipherment
12extendedKeyUsage = serverAuth
13subjectAltName = @alt_names
14[alt_names]
15DNS.1 = 127.0.0.1
16DNS.2 = localhost
17IP.1 = 127.0.0.1
18

Indexes created Thu Nov 07 10:32:03 CST 2024