We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86af888 commit d42f08aCopy full SHA for d42f08a
getssl
@@ -205,10 +205,12 @@
205
# 2020-01-26 Use urlbase64_decode() instead of base64 -d
206
# 2020-01-26 Fix "already verified" error for ACMEv2
207
# 2020-01-29 Check awk new enough to support json_awk
208
+# 2020-02-05 Fix epoch_date for busybox
209
+# 2020-02-06 Bugfixes for json_awk and nslookup to support old awk versions (2.17)
210
# ----------------------------------------------------------------------------------------
211
212
PROGNAME=${0##*/}
-VERSION="2.16"
213
+VERSION="2.17"
214
215
# defaults
216
ACCOUNT_KEY_LENGTH=4096
0 commit comments