File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 294294# 2024-03-17 Automatically update the ACCOUNT_EMAIL (#827) (tlhackque)
295295# 2024-03-18 Implement --new-account-key and --DEACTIVATE-account (tlhackque)
296296# 2024-03-18 Implement token substitution in ACLs (#267) (tlhackque)
297+ # 2024-03-19 Implement DNS_NSUPDATE_LOCALIP in dns_{add,del}_nsupdate (#801) (tlhackque)
297298# ----------------------------------------------------------------------------------------
298299
299300case :$SHELLOPTS : in
@@ -2768,7 +2769,7 @@ write_domain_template() { # write out a template file for a domain.
27682769 # where "/path/to/your/website/folder/" is the path, on your web server, to the web root for your domain.
27692770 # ftp: uses regular ftp; ftpes: ftp over explicit TLS (port 21); ftps: ftp over implicit TLS (port 990).
27702771 # ftps/ftpes support FTPS_OPTIONS, e.g. to add "--insecure" to the curl command for hosts with self-signed certificates.
2771- # You can also user WebDAV over HTTPS as transport mechanism. To do so, start with davs: followed by username,
2772+ # You can also use WebDAV over HTTPS as transport mechanism. To do so, start with davs: followed by username,
27722773 # password, host, port (explicitly needed even if using default port 443) and path on the server.
27732774 # Multiple locations can be defined for a file by separating the locations with a semi-colon.
27742775 # The tokens '\$ DOMAIN', '\$ {DOMAIN}', '\$ SAN', and '\$ {SAN}' can be used to minimize the number of ACL
You can’t perform that action at this time.
0 commit comments