Skip to content

Releases: srvrco/getssl

Release 2.49

17 Apr 20:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.48...2.49

Release 2.48

06 Mar 16:29
740aed6
Compare
Choose a tag to compare

What's Changed

  • Remove cronie requirement from deb/rpm packages
  • Create newline to ensure [SAN] section can be parsed by @MRigal in #792
  • Release and package workflow by @timkimber in #795

Full Changelog: v2.47...v2.48

Stable Release 2.46

20 Jan 20:38
dc7d2d4
Compare
Choose a tag to compare

2021-10-22 Copy fullchain to DOMAIN_CHAIN_LOCATION (amartin-git)
2021-11-10 Detect Solaris and use gnu tools (#701)(miesi)
2021-11-12 Support acme-dns and fix CNAME issues (#722)(#308)
2021-12-14 Enhancements for GoDaddy (support more levels of domain names, no longer require GODADDY_BASE, and actual deletion of resource records)
2021-12-22 Don't show usage if run with --upgrade (#728)
2021-12-23 Don't use +idnout if dig shows a warning (#688)
2022-01-06 Support --account-id (#716)(2.46)

Stable Release 2.45

11 Oct 13:36
f278629
Compare
Choose a tag to compare

2021-10-08 Extract release tag from release api using awk (#717) (fix BSD issues)
2021-10-11 Fix broken upgrade url (#718)(2.45)

Stable Release 2.44

06 Oct 21:06
c75e78b
Compare
Choose a tag to compare

2021-10-01 Fix -preferred-chain argument (#712)
2021-10-01 Show help if no domain specified (#705)(2.44)

Stable Release 2.43

30 Sep 14:15
v2.43
03e1a33
Compare
Choose a tag to compare

Major change to automatic upgrades - now upgrades to latest github release instead of latest git commit

2021-08-26 Improve upgrade check & make upgrade do a full install when possible (tlhackque) (#694) (2.42)
2021-09-02 Fix version compare - cURL v8 may have single digit minor numbers. (tlhackque) (2.43)

Stable Release 2.41

25 Aug 14:27
1982a94
Compare
Choose a tag to compare

2021-07-25 Fix copy_file_to_location failures with ssh when suffix applied to file lacking an extension (tlhackque)(#686)
2021-07-27 Support ftps://, FTPS_OPTIONS, remove default --insecure parameter to ftpes. Report caller(s) of error_exit in debug and test modes (tlhackque)(#687)(2.39)
2021-07-30 Prefer API V2 when both offered (tlhackque) (#690) (2.40)
2021-07-30 Run tests with -d to catch intermittent failures, Use fork's repo for upgrade tests. (tlhackque) (#692) (2.41)

Stable Release 2.38

26 Jul 20:09
a3983b3
Compare
Choose a tag to compare

Bug fix for issue with 2.37

2021-07-22 Only pass +noidnout param to dig/drill(#682)(2.38)

Stable Release 2.37

20 Jul 21:22
4aa9c02
Compare
Choose a tag to compare

2021-07-07 Request new certificate if SANs have changed (#669)(#673)
2021-07-12 Do not redirect outputs on remote commands when the debug option is used (atisne)
2021-07-20 Use +noidnout to enable certificates for IDN domains (#679)(2.37)

Stable Release 2.36

20 Jul 15:18
56fcafc
Compare
Choose a tag to compare

GoDaddy, split-view, tempfile permissions fixes (tlhackque)