|
|
|
@ -9,18 +9,17 @@ PUBLIC_DNS_SERVER=ns2.duckdns.org |
|
|
|
CHECK_ALL_AUTH_DNS=true |
|
|
|
DNS_EXTRA_WAIT=120 |
|
|
|
|
|
|
|
# Speed up the test by reducing the number or retries and the wait between retries. |
|
|
|
DNS_WAIT=2 |
|
|
|
DNS_WAIT_COUNT=11 |
|
|
|
DNS_WAIT_RETRY_ADD="true" |
|
|
|
|
|
|
|
ACCOUNT_KEY_TYPE="rsa" |
|
|
|
PRIVATE_KEY_ALG="rsa" |
|
|
|
|
|
|
|
# Additional domains - this could be multiple domains / subdomains in a comma separated list |
|
|
|
SANS="" |
|
|
|
|
|
|
|
# Acme Challenge Location. The first line for the domain, the following ones for each additional domain. |
|
|
|
ACL=('/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" |
|
|
|
|