getssl
getssl copied to clipboard
obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
**Describe the bug** I was performing an automated renewal of a domain using dns-01, which failed because my DNS setup was wonky. getssl detected this, but did not fail the...
I tried getssl script on 10.4-RELEASE-p13 FreeBSD. Just adding to crontab string like from readme - `23 5 * * * /root/scripts/getssl -u -a -q` doesn't work, but from command...
**Describe the bug** Can't renew certificates. getssl ver. 2.29 was configured and worked properly until today. I didn't edit any config file, upgreded script to the latest version 2.30, and...
Hi, since a few month I'm using "getssl" successfully (full) automated. But unfortunatelly this week I got an error and can't resolve it. `Fri Jun 22 16:31:58 CEST 2018 Registering...
When a domain config file is begin created the script attempts to download the current certificate from port 443 on the named host. If the name is on a host...
When running getssl mydomain.com under MAC OS 10.4.11 I see the folowing error: usage: date [-nu] [-r seconds] [+format] date [[[[[cc]yy]mm]dd]hh]mm[.ss] The script seems to continue despite this error but...
I'm running postfix and dovecot on same machine. Would be nice to test both servers after reload a new cert. Maybe, a list like SERVER_TYPE="smtps,imaps" could be nice. Also httpd...
Running from cronjobs is usually fine, but on interactive shell there is a good chance that extglob is "on" and that will give *() and several other () combo's a...
| Q | A | --- | --- | Bug? | no | New Feature? | yes | Version used | - When checking for updates and it finds a...
When starting the script on macOS 10.6.8 the scripts terminates with the usage-message. After adding ` -t getssl` to all `mktmp` calls all runs fine.