Skip to content

Commit b0bc23c

Browse files
reasonablytallBridgeAR
authored andcommitted
test: add comments to the foaf+ssl fixtures
PR-URL: #27962 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 189d6af commit b0bc23c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

test/fixtures/keys/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,9 @@ I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256: rsa_private_b.pe
651651
rsa_public_b.pem: rsa_private_b.pem
652652
openssl rsa -in rsa_private_b.pem -pubout -out rsa_public_b.pem
653653

654+
# The following 'foafssl' cert is used in test/parallel/test-https-foafssl.js.
655+
# It requires a SAN like 'http://example.com/#me'. More info here:
656+
# https://www.w3.org/wiki/Foaf+ssl
654657
rsa_cert_foafssl_b.crt: rsa_private_b.pem
655658
openssl req -new -x509 -config rsa_cert_foafssl_b.cnf -key rsa_private_b.pem -out rsa_cert_foafssl_b.crt
656659

test/fixtures/keys/rsa_cert_foafssl_b.cnf

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# The following 'foafssl' cert is used in test/parallel/test-https-foafssl.js.
2+
# It requires a SAN like 'http://example.com/#me'. More info here:
3+
# https://www.w3.org/wiki/Foaf+ssl
4+
15
[ req ]
26
days = 99999
37
distinguished_name = req_distinguished_name

0 commit comments

Comments
 (0)