test: add comments to the foaf+ssl fixtures
PR-URL: https://github.com/nodejs/node/pull/27962 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
2abaa1a443
commit
39d6da81f9
3
test/fixtures/keys/Makefile
vendored
3
test/fixtures/keys/Makefile
vendored
@ -651,6 +651,9 @@ I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256: rsa_private_b.pe
|
||||
rsa_public_b.pem: rsa_private_b.pem
|
||||
openssl rsa -in rsa_private_b.pem -pubout -out rsa_public_b.pem
|
||||
|
||||
# The following 'foafssl' cert is used in test/parallel/test-https-foafssl.js.
|
||||
# It requires a SAN like 'http://example.com/#me'. More info here:
|
||||
# https://www.w3.org/wiki/Foaf+ssl
|
||||
rsa_cert_foafssl_b.crt: rsa_private_b.pem
|
||||
openssl req -new -x509 -config rsa_cert_foafssl_b.cnf -key rsa_private_b.pem -out rsa_cert_foafssl_b.crt
|
||||
|
||||
|
4
test/fixtures/keys/rsa_cert_foafssl_b.cnf
vendored
4
test/fixtures/keys/rsa_cert_foafssl_b.cnf
vendored
@ -1,3 +1,7 @@
|
||||
# The following 'foafssl' cert is used in test/parallel/test-https-foafssl.js.
|
||||
# It requires a SAN like 'http://example.com/#me'. More info here:
|
||||
# https://www.w3.org/wiki/Foaf+ssl
|
||||
|
||||
[ req ]
|
||||
days = 99999
|
||||
distinguished_name = req_distinguished_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user