We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005b57e commit e503625Copy full SHA for e503625
getssl
@@ -218,10 +218,12 @@
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)
220
# 2020-03-23 Fix staging server URL in domain template (2.21)
221
+# 2020-03-30 Fix error message find_dns_utils from over version of "command"
222
+# 2020-03-30 Fix problems if domain name isn't in lowercase (2.22)
223
# ----------------------------------------------------------------------------------------
224
225
PROGNAME=${0##*/}
-VERSION="2.21"
226
+VERSION="2.22"
227
228
# defaults
229
ACCOUNT_KEY_LENGTH=4096
0 commit comments