File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / certs / Server-localhost.nn-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.nn
    4: keyUsage	= keyEncipherment,digitalSignature,keyAgreement
    5: extendedKeyUsage = serverAuth
    6: subjectKeyIdentifier = hash
    7: authorityKeyIdentifier = keyid
    8: basicConstraints = CA:false
    9: [ req ]
   10: default_bits                    = 1024
   11: distinguished_name              = req_DN
   12: default_md			= sha256
   13: string_mask			= utf8only
   14: [ req_DN ]
   15: countryName                     = "Country Name is Northern Nowhere"
   16: countryName_value            = NN
   17: organizationName              = "Organization Name"
   18: organizationName_value     = Edel Curl Arctic Illudium Research Cloud
   19: commonName                      = "Common Name"
   20: commonName_value              = localhost.nn 
   21: 
   22: [something]
   23: # The key
   24: # the certificate
   25: # some dhparam

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