Skip to content

Releases: srvrco/getssl

Stable Release 2.35

10 Apr 17:03
d8006d6
Compare
Choose a tag to compare

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

09 Feb 21:45
bce73ad
Compare
Choose a tag to compare

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

05 Jan 18:46
e943c05
Compare
Choose a tag to compare

2020-12-29 Fix dig SOA lookup (#617)(2.33)

Stable Release 2.32

27 Dec 15:44
afbed3e
Compare
Choose a tag to compare

2020-12-08 Fix mktemp template on alpine (#612)
2020-12-17 Fix delimiter issues with ${alldomains[]} in create_csr (#614)(vietw)
2020-12-18 Wrong SANS when domain contains a minus character (atisne)
2020-12-22 Fixes to get_auth_dns
2020-12-22 Check that dig doesn't return an error (#611)(2.32)

Stable Release 2.31

29 Nov 15:36
7b24dd4
Compare
Choose a tag to compare

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

07 Sep 11:54
276aaac
Compare
Choose a tag to compare

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

24 May 15:21
a0491e4
Compare
Choose a tag to compare

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

10 May 16:44
0d6c2df
Compare
Choose a tag to compare

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

25 Apr 12:47
63171e6
Compare
Choose a tag to compare

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

20 Apr 19:53
7a031e8
Compare
Choose a tag to compare

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)