mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Fixes #8661. As mentioned in https://github.com/certbot/certbot/issues/8661#issuecomment-806168214, there are quite a few remaining references, but until we modify the release script, we still need those. The changes here and the list there were created by grepping for the following terms: ``` certbot-auto cb-auto cbauto certbotauto letsencrypt-auto le-auto leauto letsencryptauto LEAUTO LE_AUTO LETSENCRYPT_AUTO LETSENCRYPTAUTO CB_AUTO CERTBOT_AUTO CBAUTO CERTBOTAUTO ``` * Remove references to certbot-auto from certbot code * Remove references to LEAUTO * Remove references to CERTBOT_AUTO * Remove references to letsencrypt-auto * Remove references to certbot-auto from docs and tools * remove cli constants header files * Remove Python virtual environment section |
||
|---|---|---|
| .. | ||
| compat | ||
| display | ||
| plugins | ||
| account_test.py | ||
| auth_handler_test.py | ||
| cert_manager_test.py | ||
| cli_test.py | ||
| client_test.py | ||
| configuration_test.py | ||
| crypto_util_test.py | ||
| eff_test.py | ||
| error_handler_test.py | ||
| errors_test.py | ||
| helpful_test.py | ||
| hook_test.py | ||
| lock_test.py | ||
| log_test.py | ||
| main_test.py | ||
| ocsp_test.py | ||
| renewal_test.py | ||
| renewupdater_test.py | ||
| reporter_test.py | ||
| reverter_test.py | ||
| storage_test.py | ||
| util_test.py | ||