• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5[ req ]
6days                   = 99999
7distinguished_name     = req_distinguished_name
8attributes             = req_attributes
9prompt                 = no
10x509_extensions        = v3_ca
11
12[ req_distinguished_name ]
13C                      = UK
14ST                     = "FOAF+SSL Auth Certificate"
15L                      = Rhys Jones
16O                      = node.js
17OU                     = Test TLS Certificate
18CN                     = localhost
19emailAddress           = alex@aub.dev
20
21[ req_attributes ]
22
23[ v3_ca ]
24basicConstraints       = CA:FALSE
25subjectAltName         = @alt_names
26
27[ alt_names ]
28URI                    = http://example.com/\#me
29