getssl icon indicating copy to clipboard operation
getssl copied to clipboard

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

Results 110 getssl issues
Sort by recently updated
recently updated
newest added

Fixes #693 Fixes #827 Fixes #839 Fixes #840 Fixes #267 Fixes #801 Fixes #818 Tests for the http-01 fixes should be added. See e#839 and #693 for the issues; I...

**Describe the bug** DNS validation via Sectigo's ACME service currently only works with wildcard hostnames. I'm not sure if it is a JSON-parsing bug or if Sectigo's response payload is...

bug

This change is to help with non-compliant ACME implementations that pass `"wildcard": false` in authorization responses instead of leaving it off entirely as RFC8555 requires. See #843 for more details.

If `getssl` detects that a remote certificate expires sooner than a saved local certificate, an upload is attempted. Then a server reload is performed. Later in the same run, if...

The DNS code that tries to handle `CNAME` for `dns-01` verification is confused and broken. The problems include: - CNAMEs are not resolved if an `AUTH_DNS_SERVER` is defined. - The...

As noted in #693, stray tokens are left when ftp variants (ftpes, ftps) are used due to missing code. Turns out, FTP_PORT is not honored when ftp is used. So...

Added BASH implementation of the Route 53 DNS scripts

**Describe the bug** GoDaddy apperently disabled their API for private customers. Please put a comment in the godaddy readme. https://www.reddit.com/r/godaddy/comments/1bl0f5r/am_i_the_only_one_who_cant_use_the_api/ Wasted a lot of time on this **Additional context** ```...