1
0
mirror of https://github.com/certbot/certbot.git synced 2025-09-14 22:09:22 +03:00
Files
certbot/letsencrypt-auto-source
ohemorange b70a9f0987 Restore le-auto, which should not be modified (#10351)
https://github.com/certbot/certbot/pull/10297 modified
`letsencrypt-auto-source/letsencrypt-auto`. It should never be modified
except during a release, and we have a test to make sure of it. Old
scripts pull directly from that file on github, so let's put that back
asap.
2025-06-24 21:07:55 +00:00
..
2021-04-06 10:24:32 -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.