Annotation of embedaddon/curl/tests/certs/Server-localhost0h-sv.prm, revision 1.1
1.1 ! misho 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>