|
|
|
@ -14,15 +14,6 @@ DNS_EXTRA_WAIT="" |
|
|
|
IGNORE_DIRECTORY_DOMAIN="true" |
|
|
|
SANS="getssl.test,$GETSSL_HOST" |
|
|
|
|
|
|
|
# Acme Challenge Location. The first line for the domain, the following ones for each additional domain. |
|
|
|
ACL=( |
|
|
|
'/var/www/html/.well-known/acme-challenge' |
|
|
|
'/var/www/html/.well-known/acme-challenge' |
|
|
|
) |
|
|
|
|
|
|
|
#Set USE_SINGLE_ACL="true" to use a single ACL for all checks |
|
|
|
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.crt" |
|
|
|
|