certbot
certbot copied to clipboard
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
Reported here: https://community.letsencrypt.org/t/redhat-9-apache-misconfigure/183455?u=_az.
To avoid merge conflicts, we haven't been writing changelog entries for Certbot 2.0 PRs. We'll need to go back and do this retroactively before the 2.0 release. More info at...
Dynamic zones have significant problems with DNSSEC and with redundant servers (which, of course is highly desirable for DNS.) The obvious solution to that is to use a CNAME or...
https://community.letsencrypt.org/t/certbot-fails-after-upgrade-to-windows-11-no-usable-temp-directory/169332/5 https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/controlled-folders?view=o365-worldwide#windows-system-folders-are-protected-by-default ---- Further reports: - https://community.letsencrypt.org/t/the-following-error-was-encountered-errno-13-permission-denied-c-certbot-log-letsencrypt-log-either-run-as-root-or-set-config-dir-work-dir-and-logs-dir-to-writeable-paths/172239?u=_az - https://community.letsencrypt.org/t/certificate-key-stop-working-on-restart-of-node-js-on-windows-pc/172169?u=_az
I wrote a message at https://community.letsencrypt.org/t/certbot-windows-renewal-task-not-running/137210 but this really seems like a more appropriate location. I noticed I was getting emails from LetsEncrypt about expiring certificates. Turns out the renewal...
This is follow up work from https://github.com/certbot/certbot/pull/9389. When doing this, we should also remove the `requests-toolbelt` dependency.
## My operating system is (include version): debian jessie 8.10 ## I installed Certbot with (certbot-auto, OS package manager, pip, etc): certbot-auto ## I ran this command and it produced...
SUSE Linux supports enabling and disabling Apache modules through `a2enmod` and `a2dismod`. We should adapt the implementation from [override_debian.py](https://github.com/certbot/certbot/blob/master/certbot-apache/certbot_apache/override_debian.py) to suit SUSE.
I've built a application for managing certificates for nginx. During deployment testing we use a staging certificate for obvious reasons. One of the issues that we have encountered is certbot's...
This is technically a feature request. If we compare the DNSMadeEasy plugin with the AWSRoute53 plugin. AWS accepts the API-KEY and API-SECRET as environment variables. Comparison: https://certbot-dns-dnsmadeeasy.readthedocs.io/en/stable/ ``` - ...file...