You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
476 B
Plaintext
24 lines
476 B
Plaintext
|
|
oid_section = new_oids
|
|
[ new_oids ]
|
|
|
|
[ req ]
|
|
distinguished_name = req_distinguished_name
|
|
encrypt_key = no
|
|
string_mask = nombstr
|
|
prompt = no
|
|
x509_extensions = v3
|
|
|
|
[ req_distinguished_name ]
|
|
OU = lighttpd2 test suite CA
|
|
CN = test2.ssl
|
|
|
|
[ v3 ]
|
|
subjectKeyIdentifier=hash
|
|
authorityKeyIdentifier=keyid:always,issuer:always
|
|
basicConstraints = CA:false
|
|
keyUsage=digitalSignature,keyEncipherment,keyAgreement
|
|
extendedKeyUsage=serverAuth
|
|
nsCertType=server
|
|
subjectAltName=DNS:test2.ssl
|