File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / certs / EdelCurlRoot-ca.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: [ req ]
    3: default_bits                    = 2048
    4: distinguished_name              = req_DN
    5: default_md			= sha256
    6: string_mask			= utf8only
    7: [ req_DN ]
    8: countryName                     = "Country Name"
    9: countryName_value            = NN
   10: organizationName              = "Organization Name"
   11: organizationName_value     = Edel Curl Arctic Illudium Research Cloud
   12: commonName                      = "Common Name"
   13: commonName_value              = Northern Nowhere Trust Anchor
   14: [ x509v3 ]
   15: basicConstraints = critical,CA:true
   16: keyUsage        = critical,keyCertSign,cRLSign
   17: subjectKeyIdentifier = hash

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