Skip to content

Commit 604feca

Browse files
committed
Typo in template. Update revision history.
1 parent d1a833b commit 604feca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getssl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@
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

299300
case :$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

0 commit comments

Comments
 (0)