diff --git a/getssl b/getssl index e43e65b..1cc13b2 100755 --- a/getssl +++ b/getssl @@ -549,7 +549,10 @@ write_domain_template() { # write out a template file for a domain. #ACL=('/var/www/${DOMAIN}/web/.well-known/acme-challenge' # 'ssh:server5:/var/www/${DOMAIN}/web/.well-known/acme-challenge' # 'ftp:ftpuserid:ftppassword:${DOMAIN}:/web/.well-known/acme-challenge') - + + #Enable use of a single ACL for all checks + #USE_SINGLE_ACL="true" + # Location for all your certs, these can either be on the server (so full path name) or using ssh as for the ACL #DOMAIN_CERT_LOCATION="ssh:server5:/etc/ssl/domain.crt" #DOMAIN_KEY_LOCATION="ssh:server5:/etc/ssl/domain.key"