certbot/letsencrypt-auto-source
Yaroslav Halchenko 86f76cd3df
Add codespell support (CI to check, not to fix) and make it fix a few typos (#10297)
Another token of gratitude for a super useful tool and service.

More about codespell: https://github.com/codespell-project/codespell .

I personally introduced it to dozens if not hundreds of projects already
and so far only positive feedback.

CI workflow has 'permissions' set only to 'read' so also should be safe.

---------

Signed-off-by: Yaroslav O. Halchenko <debian@onerussian.com>
2025-06-24 13:14:31 +09:00
..
letsencrypt-auto Add codespell support (CI to check, not to fix) and make it fix a few typos (#10297) 2025-06-24 13:14:31 +09:00
letsencrypt-auto.sig Release 1.14.0 2021-04-06 10:24:32 -07:00
README.md Add documentation about legacy cb-auto files (#9011) 2021-09-09 13:21:47 -07:00

Legacy letsencrypt-auto files

certbot-auto and letsencrypt-auto were two names for the same self-updating shell script that wrapped Certbot. Old versions of the script continue to rely on pulling letsencrypt-auto and letsencrypt-auto.sig from this directory hosted on Github to download and verify updates. We're keeping these files and the tests for them around to prevent these old scripts from breaking.

If we need or want to remove these files and tests in the future, we can, but before we do, we should write a Let's Encrypt forum post describing the error message users will see and how they can work around the problem. See https://github.com/certbot/certbot/issues/8812 for more info.