configpolicy/roles/dch-vpn-server/files/certs/openssl.cnf

21 lines
397 B
INI

# vim: set ft=dosini :
[req]
prompt = no
default_md = sha256
distinguished_name = req_distinguished_name
req_extensions = req_extensions
[req_distinguished_name]
countryName = US
organizationName = Dustin C. Hatch
commonName = vpn.pyrocufflink.net
[req_extensions]
subjectAltName = @alt_names
[alt_names]
DNS.0 = vpn.pyrocufflink.net
DNS.1 = vpn.pyrocufflink.blue
DNS.2 = vpn.pyrocufflink.red