File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -651,6 +651,9 @@ I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256: rsa_private_b.pe
651
651
rsa_public_b.pem : rsa_private_b.pem
652
652
openssl rsa -in rsa_private_b.pem -pubout -out rsa_public_b.pem
653
653
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
654
657
rsa_cert_foafssl_b.crt : rsa_private_b.pem
655
658
openssl req -new -x509 -config rsa_cert_foafssl_b.cnf -key rsa_private_b.pem -out rsa_cert_foafssl_b.crt
656
659
Original file line number Diff line number Diff line change
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
+
1
5
[ req ]
2
6
days = 99999
3
7
distinguished_name = req_distinguished_name
You can’t perform that action at this time.
0 commit comments