summaryrefslogtreecommitdiff
path: root/test/fixtures/keys
diff options
context:
space:
mode:
authorAlex Aubuchon <alex@aub.dev>2019-05-31 17:08:10 -0700
committerRich Trott <rtrott@gmail.com>2019-06-10 09:57:41 -0700
commitbf1281444986c4dd827aee90d382078d9e0a7f36 (patch)
tree2b947d4a2bd4c12d56b19cb1c4504868cda2f41a /test/fixtures/keys
parent90c9dca65aa12384959a14325fc08e871d75d314 (diff)
downloadandroid-node-v8-bf1281444986c4dd827aee90d382078d9e0a7f36.tar.gz
android-node-v8-bf1281444986c4dd827aee90d382078d9e0a7f36.tar.bz2
android-node-v8-bf1281444986c4dd827aee90d382078d9e0a7f36.zip
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>
Diffstat (limited to 'test/fixtures/keys')
-rw-r--r--test/fixtures/keys/Makefile3
-rw-r--r--test/fixtures/keys/rsa_cert_foafssl_b.cnf4
2 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/keys/Makefile b/test/fixtures/keys/Makefile
index 8fc3624982..d953e83c2d 100644
--- a/test/fixtures/keys/Makefile
+++ b/test/fixtures/keys/Makefile
@@ -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
diff --git a/test/fixtures/keys/rsa_cert_foafssl_b.cnf b/test/fixtures/keys/rsa_cert_foafssl_b.cnf
index 38d6dd36f7..5e69db885a 100644
--- a/test/fixtures/keys/rsa_cert_foafssl_b.cnf
+++ b/test/fixtures/keys/rsa_cert_foafssl_b.cnf
@@ -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