|
|
|
@ -19,8 +19,8 @@ USE_SINGLE_ACL="false" |
|
|
|
|
|
|
|
# Location for all your certs, these can either be on the server (full path name) |
|
|
|
# or using ssh /sftp as for the ACL |
|
|
|
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.ec.crt" |
|
|
|
DOMAIN_KEY_LOCATION="/etc/nginx/pki/private/server.ec.key" |
|
|
|
DOMAIN_CERT_LOCATION="/etc/nginx/pki/server.crt" |
|
|
|
DOMAIN_KEY_LOCATION="/etc/nginx/pki/private/server.key" |
|
|
|
CA_CERT_LOCATION="/etc/nginx/pki/chain.crt" |
|
|
|
DOMAIN_CHAIN_LOCATION="" # this is the domain cert and CA cert |
|
|
|
DOMAIN_PEM_LOCATION="" # this is the domain_key, domain cert and CA cert |
|
|
|
|