certbot icon indicating copy to clipboard operation
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.

Results 422 certbot issues
Sort by recently updated
recently updated
newest added

The testdata for our certbot tests had a README with instructions on how to regenerate it. Those instructions were partial, and a little bit wrong anyhow. Instead we should have...

Are there plans to maintain / update the TLS configuration files for Apache / NGINX based on https://ssl-config.mozilla.org? certbot-apache/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf certbot-nginx/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf ...etc... There have been no updates in 3 years to...

https://github.com/certbot/certbot/blob/19147e1b8c3bbe6f55799f9d55c2f1027d69c0f4/certbot/certbot/util.py#L554-L558 The alternative `acme.sh` execute success: ![image](https://user-images.githubusercontent.com/6964962/146905293-3dfd25f0-e064-4184-99a3-47b39bcf1c1c.png) But certbot: ![image](https://user-images.githubusercontent.com/6964962/146905412-0ab18be3-2667-4d6e-b6d3-925d6b714981.png) ``` Requested name [hidden IP address for robot] is an IP address. The Let's Encrypt certificate authority will not issue...

duplicate
feature request
priority: unplanned

Auto/manual renewal fails: it never times out or produces any errors, but rather, just hangs. ## My operating system is (include version): Alma Linux 9.5 (Linux 5.14.0-503.23.2.el9_5.x86_64) ## I installed...

In certbot/certbot/tests/testdata/ I notice that we have a number of pieces of testdata that use 512-bit RSA keys. There's even a 256-bit RSA key, though I think that's unused. Perhaps...

area: testing

https://peps.python.org/pep-0585/ > starting with Python 3.9, the following collections become generic using __class_getitem__() to parameterize contained types: > tuple # typing.Tuple > list # typing.List > dict # typing.Dict >...

has pr

I lost an unreasonable amount of time on this. ## Pull Request Checklist - [x] The Certbot team has recently expressed interest in reviewing a PR for this. If not,...

- Renamed "Re-creating and Updating Existing Certificates" to "Modifying and Updating Certificates" - Move "Changing a Certificate’s Domains" to "Managing Certificates" - Added more preamble to clarify renewal - Build...

area: documentation

Weekly cron job failed to generate a certificate, rerunning the script worked. ## My operating system is (include version): Debian 10 ## I installed Certbot with (snap, OS package manager,...

Replace imports of ```typing``` with standard collections that support generics for use with tooling like MyPy, in accordance with [PEP 585](https://peps.python.org/pep-0585/) Test report: ## Pull Request Checklist - [ ]...