OfficeServer/ssl/ssl.conf
2025-10-01 19:55:38 +02:00

24 lines
397 B
Plaintext

[req]
distinguished_name = req_distinguished_name
req_extensions = v3_req
prompt = no
[req_distinguished_name]
C=DE
ST=Germany
L=City
O=DOCX Template Server
CN=localhost
[v3_req]
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = localhost
DNS.2 = *.localhost
IP.1 = 127.0.0.1
IP.2 = 192.168.0.12
IP.3 = ::1