File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / certs / Server-localhost0h-sv.prm
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: extensions = x509v3
    2: [ x509v3 ]
    3: #subjectAltName = DNS:localhost\0h
    4: subjectAltName = DER:30:0d:82:0b:6c:6f:63:61:6c:68:6f:73:74:00:68
    5: keyUsage	= keyEncipherment,digitalSignature,keyAgreement
    6: extendedKeyUsage = serverAuth
    7: subjectKeyIdentifier = hash
    8: authorityKeyIdentifier = keyid
    9: basicConstraints = CA:false
   10: [ req ]
   11: default_bits                    = 1024
   12: distinguished_name              = req_DN
   13: default_md			= sha256
   14: string_mask			= utf8only
   15: [ req_DN ]
   16: countryName                     = "Country Name is Northern Nowhere"
   17: countryName_value            = NN
   18: organizationName              = "Organization Name"
   19: organizationName_value     = Edel Curl Arctic Illudium Research Cloud
   20: commonName                      = "Common Name"
   21: commonName_value              = localhost 
   22: 
   23: [something]
   24: # The key
   25: # the certificate
   26: # some dhparam

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>