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 521ba0f commit 09f44a7Copy full SHA for 09f44a7
getssl
@@ -289,6 +289,7 @@
289
# 2022-11-01 Add FTP_PORT
290
# 2023-02-04 Create newline to ensure [SAN] section can be parsed (#792)(MRigal)
291
# 2023-02-22 Remove cronie from deb package dependencies (2.48)
292
+# 2023-12-06 Makes DNS validation selectable by domain (2.49)
293
# ----------------------------------------------------------------------------------------
294
295
case :$SHELLOPTS: in
@@ -297,7 +298,7 @@ esac
297
298
299
PROGNAME=${0##*/}
300
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
-VERSION="2.48"
301
+VERSION="2.49"
302
303
# defaults
304
ACCOUNT_KEY_LENGTH=4096
0 commit comments