Getssl Versions Save

obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.

v2.49

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/srvrco/getssl/compare/v2.48...2.49

v2.48

1 year ago

What's Changed

Full Changelog: https://github.com/srvrco/getssl/compare/v2.47...v2.48

v2.46

2 years ago

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)

v2.45

2 years ago

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)

v2.44

2 years ago

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

v2.43

2 years ago

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)

v2.41

2 years ago

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)

v2.38

2 years ago

Bug fix for issue with 2.37

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

v2.37

2 years ago

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)

v2.36

2 years ago

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