2019-05-11 10:11:12 +02:00
|
|
|
[ req ]
|
|
|
|
distinguished_name = req_distinguished_name
|
|
|
|
|
|
|
|
[ req_distinguished_name ]
|
|
|
|
|
|
|
|
[ ca_ext ]
|
|
|
|
basicConstraints = CA:TRUE,pathlen:0
|
|
|
|
subjectKeyIdentifier = hash
|
|
|
|
authorityKeyIdentifier = keyid:always,issuer:always
|
|
|
|
|
|
|
|
[ int_ext ]
|
|
|
|
basicConstraints = CA:TRUE
|
|
|
|
subjectKeyIdentifier = hash
|
|
|
|
authorityKeyIdentifier = keyid:always,issuer:always
|
|
|
|
|
|
|
|
[ cert_ext ]
|
|
|
|
basicConstraints = CA:FALSE
|
|
|
|
subjectKeyIdentifier = hash
|
2019-08-24 04:10:12 +02:00
|
|
|
|
|
|
|
[ server_ext ]
|
|
|
|
basicConstraints = CA:FALSE
|
|
|
|
subjectKeyIdentifier = hash
|
|
|
|
authorityKeyIdentifier = keyid:always,issuer:always
|
|
|
|
subjectAltName = DNS:foo.example.org
|