mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-02 15:38:17 +02:00
22 lines
542 B
Plaintext
22 lines
542 B
Plaintext
[ req ]
|
|
default_bits = 2048
|
|
distinguished_name = req_distinguished_name
|
|
encrypt_key = no
|
|
prompt = no
|
|
req_extensions = req_v3_usr
|
|
|
|
[ req_distinguished_name ]
|
|
countryName = DK
|
|
localityName = Copenhagen
|
|
organizationName = WinTLS
|
|
commonName = wintls.test
|
|
|
|
[ req_v3_usr ]
|
|
basicConstraints = CA:FALSE
|
|
subjectAltName = @alt_names
|
|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
|
|
|
[ alt_names ]
|
|
DNS.1 = wintls.test
|
|
DNS.2 = *.wintls.test
|