Releases: srvrco/getssl
Stable Release 2.35
2021-02-09 Prevent listing the complete file if version tag missing (#637)(softins)
2021-02-12 Add PREFERRED_CHAIN
2021-02-15 ADD ftp explicit SSL with curl for upload the challenge (CoolMischa)
2021-02-18 Add FULL_CHAIN_INCLUDE_ROOT
2021-03-25 Fix DNS challenge completion check if CNAMEs on different NS are used (sideeffect42)(2.35)
Stable Release 2.34
2021-01-05 Show error if running in POSIX mode (#611)
2021-01-16 Fix double slash when using root directory with DAVS (ionos)
2021-01-22 Add FTP_OPTIONS
2021-01-27 Add the ability to set several reload commands (atisne)
2021-01-29 Use dig -r (if supported) to ignore.digrc (#630)
2021-02-07 Allow -u --upgrade without any domain, so that one can only update the script (Benno-K) (2.34)
2021-02-09 Prevent listing the complete file if version tag missing (softins) (#637)
Stable Release 2.33
2020-12-29 Fix dig SOA lookup (#617)(2.33)
Stable Release 2.32
Stable Release 2.31
Wildcard support!
Changes in this version:
2020-10-02 Various fixes to get_auth_dns and changes to support unit tests (#308)
2020-10-04 Add CHECK_PUBLIC_DNS_SERVER to check the DNS challenge has been updated there
2020-10-13 Bugfix: strip comments in drill/dig output (mhameed)
2020-11-18 Wildcard support (#347)(#400)(2.31)
Plus several code hygiene changes from @PeterDaveHello to improve the code base
And change to allow scoped Cloudflare API Tokens from @waddles
Stable Release 2.30
2020-08-06 Use -sigalgs instead of -cipher when checking remote for tls1.3 (#570)
2020-08-31 Fix slow fork bomb when directory containing getssl isn't writeable (#440)
2020-09-01 Use RSA-PSS when checking remote for DUAL_RSA_ECDSA (#570)
2020-09-02 Fix issue when SANS is space and comma separated (#579)
Stable Release 2.28
2020-05-13 Auto update CA to v02
2020-05-14 Add --notify-valid option (exit 2 if certificate is valid)
2020-05-23 Fix --revoke (didn't work with ACMEv02)
Stable Release 2.27
2020-04-26 Fixed ipv4 confirmation with nslookup - Cyber1000
2020-04-29 Fix ftp/sftp problems if challenge starts with a dash
2020-05-06 Fix missing fullchain.ec.crt when creating dual certificates (2.27)
Stable Release 2.26
2020-04-20 Check for domain using all DNS utilities (2.25)
2020-04-22 Fix HAS_HOST and HAS_NSLOOKUP checks - wolfaba
2020-04-22 Fix domain case conversion for different locales - glynge (2.26)
Stable Release 2.24
2020-04-16 Add alternative working dirs '/etc/getssl/' '${PROGDIR}/conf' '${PROGDIR}/.getssl'
2020-04-16 Add -i|--install command line option (2.23)
2020-04-19 Remove dependency on seq, ensure clean_up doesn't try to delete /tmp (2.24)