@@ -895,8 +895,8 @@ copy_file_to_location() { # copies a file, using scp, sftp or ftp if required.
895
895
fi
896
896
$FTP_COMMAND << - _EOF
897
897
open $ftphost
898
- user $ftpuser $ftppass
899
- $FTP_OPTIONS
898
+ user $ftpuser $ftppass
899
+ $FTP_OPTIONS
900
900
cd $ftpdirn
901
901
lcd $fromdir
902
902
put ./$fromfile
@@ -1804,7 +1804,7 @@ help_message() { # print out the help message
1804
1804
-U, --nocheck Do not check if a more recent version is available
1805
1805
-v --version Display current version of $PROGNAME
1806
1806
-w working_dir "Working directory"
1807
- --preferred-chain "chain" Use an alternate chain for the certificate
1807
+ --preferred-chain "chain" Use an alternate chain for the certificate
1808
1808
1809
1809
_EOF_
1810
1810
}
@@ -2452,7 +2452,7 @@ write_domain_template() { # write out a template file for a domain.
2452
2452
# where "/path/to/your/website/folder/" is the path, on your web server, to the web root for your domain.
2453
2453
# You can also user WebDAV over HTTPS as transport mechanism. To do so, start with davs: followed by username,
2454
2454
# password, host, port (explicitly needed even if using default port 443) and path on the server.
2455
- # Multiple locations can be defined for a file by separating the locations with a semi-colon.
2455
+ # Multiple locations can be defined for a file by separating the locations with a semi-colon.
2456
2456
#ACL=('/var/www/${DOMAIN} /web/.well-known/acme-challenge'
2457
2457
# 'ssh:server5:/var/www/${DOMAIN} /web/.well-known/acme-challenge'
2458
2458
# 'ssh:sshuserid@server5:/var/www/${DOMAIN} /web/.well-known/acme-challenge'
@@ -2562,18 +2562,18 @@ write_getssl_template() { # write out the main template file
2562
2562
#DNS_ADD_COMMAND=
2563
2563
#DNS_DEL_COMMAND=
2564
2564
2565
- # Unusual configurations (especially split views) may require these.
2566
- # If you have a mixture, these can go in the per-domain getssl.cfg.
2567
- #
2568
- # If you must use an external DNS Server (e.g. due to split views)
2569
- # Specify it here. Otherwise, the default is to find the zone master.
2570
- # The default will usually work.
2571
- # PUBLIC_DNS_SERVER="8.8.8.8"
2572
-
2573
- # If getssl is unable to determine the authoritative nameserver for a domain
2574
- # it will as you to enter AUTH_DNS_SERVER. This is a server that
2575
- # can answer queries for the zone - a master or a slave, not a recursive server.
2576
- # AUTH_DNS_SERVER="10.0.0.14"
2565
+ # Unusual configurations (especially split views) may require these.
2566
+ # If you have a mixture, these can go in the per-domain getssl.cfg.
2567
+ #
2568
+ # If you must use an external DNS Server (e.g. due to split views)
2569
+ # Specify it here. Otherwise, the default is to find the zone master.
2570
+ # The default will usually work.
2571
+ # PUBLIC_DNS_SERVER="8.8.8.8"
2572
+
2573
+ # If getssl is unable to determine the authoritative nameserver for a domain
2574
+ # it will as you to enter AUTH_DNS_SERVER. This is a server that
2575
+ # can answer queries for the zone - a master or a slave, not a recursive server.
2576
+ # AUTH_DNS_SERVER="10.0.0.14"
2577
2577
_EOF_getssl_
2578
2578
}
2579
2579
0 commit comments