24 lines
417 B
Text
24 lines
417 B
Text
|
[req]
|
||
|
distinguished_name = req_distinguished_name
|
||
|
x509_extensions = v3_req
|
||
|
prompt = no
|
||
|
|
||
|
[req_distinguished_name]
|
||
|
C = CH
|
||
|
ST = Zuerich
|
||
|
L = Zuerich
|
||
|
O = ETH
|
||
|
CN = localhost
|
||
|
|
||
|
[v3_req]
|
||
|
subjectKeyIdentifier = hash
|
||
|
authorityKeyIdentifier = keyid,issuer
|
||
|
basicConstraints = CA:TRUE
|
||
|
subjectAltName = @alt_names
|
||
|
|
||
|
[alt_names]
|
||
|
DNS.1 = localhost
|
||
|
DNS.2 = 127.0.0.1
|
||
|
DNS.3 = seb-server-mariadb
|
||
|
DNS.4 = seb-server
|