Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0bc23c

Browse filesBrowse files
reasonablytallBridgeAR
authored andcommitted
test: add comments to the foaf+ssl fixtures
PR-URL: #27962 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 189d6af commit b0bc23c
Copy full SHA for b0bc23c

File tree

Expand file treeCollapse file tree

2 files changed

+7
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-0
lines changed
Open diff view settings
Collapse file

‎test/fixtures/keys/Makefile‎

Copy file name to clipboardExpand all lines: test/fixtures/keys/Makefile
+3Lines changed: 3 additions & 0 deletions
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

Collapse file

‎test/fixtures/keys/rsa_cert_foafssl_b.cnf‎

Copy file name to clipboardExpand all lines: test/fixtures/keys/rsa_cert_foafssl_b.cnf
+4Lines changed: 4 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.