File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 216
216
# 2020-02-23 Add dig to config check for systems without drill (ubuntu)
217
217
# 2020-03-11 Use dig +trace to find primary name server and improve dig parsing of CNAME
218
218
# 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)
220
221
# ----------------------------------------------------------------------------------------
221
222
222
223
PROGNAME=${0##*/ }
@@ -1981,7 +1982,7 @@ write_domain_template() { # write out a template file for a domain.
1981
1982
# see https://github.com/srvrco/getssl/wiki/Example-config-files for example configs
1982
1983
#
1983
1984
# 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"
1985
1986
# This server issues full certificates, however has rate limits
1986
1987
#CA="https://acme-v02.api.letsencrypt.org"
1987
1988
You can’t perform that action at this time.
0 commit comments