mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 07:53:06 +01:00
fa6d084dcb
Refs: https://github.com/nodejs/node/issues/37757 Refs: https://github.com/nodejs/node/issues/37889 PR-URL: https://github.com/nodejs/node/pull/37990 Fixes: https://github.com/nodejs/node/issues/37757 Reviewed-By: James M Snell <jasnell@gmail.com>
18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
[req]
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = v3_req
|
|
prompt = no
|
|
|
|
[req_distinguished_name]
|
|
C = DE
|
|
CN = localhost
|
|
|
|
[v3_req]
|
|
keyUsage = digitalSignature, keyEncipherment
|
|
extendedKeyUsage = serverAuth
|
|
subjectAltName = @alt_names
|
|
[alt_names]
|
|
DNS.1 = 127.0.0.1
|
|
DNS.2 = localhost
|
|
IP.1 = 127.0.0.1
|