mirror of https://github.com/sozu-proxy/sozu.git
24 lines
855 B
Plaintext
24 lines
855 B
Plaintext
# based on https://gist.github.com/croxton/ebfb5f3ac143cd86542788f972434c96
|
|
[ req ]
|
|
default_bits = 4096
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = req_ext
|
|
|
|
[ req_distinguished_name ]
|
|
countryName = Country Name (2 letter code)
|
|
countryName_default = FR
|
|
stateOrProvinceName = State or Province Name (full name)
|
|
stateOrProvinceName_default = Heiliges
|
|
localityName = Locality Name (eg, city)
|
|
localityName_default = Nantes
|
|
organizationName = Organization Name (eg, company)
|
|
organizationName_default = Clever-Cloud
|
|
commonName = Common Name (eg, server fqdn)
|
|
commonName_default = dominum.com
|
|
|
|
[ req_ext ]
|
|
subjectAltName = @alt_names
|
|
|
|
[ alt_names ]
|
|
DNS.1 = dominum.com
|