We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189d6af commit b0bc23cCopy full SHA for b0bc23c
2 files changed
test/fixtures/keys/Makefile
@@ -651,6 +651,9 @@ I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256: rsa_private_b.pe
651
rsa_public_b.pem: rsa_private_b.pem
652
openssl rsa -in rsa_private_b.pem -pubout -out rsa_public_b.pem
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
657
rsa_cert_foafssl_b.crt: rsa_private_b.pem
658
openssl req -new -x509 -config rsa_cert_foafssl_b.cnf -key rsa_private_b.pem -out rsa_cert_foafssl_b.crt
659
test/fixtures/keys/rsa_cert_foafssl_b.cnf
@@ -1,3 +1,7 @@
1
2
3
4
+
5
[ req ]
6
days = 99999
7
distinguished_name = req_distinguished_name
0 commit comments