From b926699ce4d30d84839b4da5afc1ca58a2852a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Klomp?= Date: Sun, 21 Aug 2016 18:15:50 +0200 Subject: [PATCH] Update template to include USE_SINGLE_ACL --- getssl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index 6df4114..b2a7011 100755 --- a/getssl +++ b/getssl @@ -546,7 +546,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"