File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 216216# 2020-02-23 Add dig to config check for systems without drill (ubuntu)
217217# 2020-03-11 Use dig +trace to find primary name server and improve dig parsing of CNAME
218218# 2020-03-12 Fix bug with DNS validation and multiple domains (#524)
219- # 2020-03-24 Find primary ns using all dns utils (dig, host, nslookup) (2.21)
219+ # 2020-03-24 Find primary ns using all dns utils (dig, host, nslookup)
220+ # 2020-03-23 Fix staging server URL in domain template (2.21)
220221# ----------------------------------------------------------------------------------------
221222
222223PROGNAME=${0##*/ }
@@ -1981,7 +1982,7 @@ write_domain_template() { # write out a template file for a domain.
19811982 # see https://github.com/srvrco/getssl/wiki/Example-config-files for example configs
19821983 #
19831984 # The staging server is best for testing
1984- #CA="https://acme-staging-v02.api.letsencrypt.org/ "
1985+ #CA="https://acme-staging-v02.api.letsencrypt.org"
19851986 # This server issues full certificates, however has rate limits
19861987 #CA="https://acme-v02.api.letsencrypt.org"
19871988
You can’t perform that action at this time.
0 commit comments