From 19c7b388fdc4ab207ca45da79c16bcf01e3e2125 Mon Sep 17 00:00:00 2001 From: dedinext Date: Tue, 8 Nov 2016 05:44:03 +0000 Subject: [PATCH] Add (optional) sshuserid to the ACL example --- create-getssl-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-getssl-config b/create-getssl-config index e7a34b8..95b927e 100755 --- a/create-getssl-config +++ b/create-getssl-config @@ -179,7 +179,7 @@ write_domain_template() { # write out a template file for a domain. # An ssh key will be needed to provide you with access to the remote server. # If these start with ftp: or sftp: then the next variables are userid:password:servername:ACL_location #ACL=('/var/www/${DOMAIN}/web/.well-known/acme-challenge' - # 'ssh:server5:/var/www/${DOMAIN}/web/.well-known/acme-challenge' + # 'ssh:sshuserid@server5:/var/www/${DOMAIN}/web/.well-known/acme-challenge' # 'ftp:ftpuserid:ftppassword:${DOMAIN}:/web/.well-known/acme-challenge') ACL=(${ACL[*]})