mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
`certbot-compatibility-test` is using code in `acme` that I proposed making private and not trivially importable in https://github.com/certbot/certbot/issues/5775. To fix it, I switched to using Certbot's test utilities which I proposed keeping public to help with writing tests for plugins. When doing this I had to change the name of the key because `rsa1024_key.pem` doesn't exist in Certbot. I also deleted the keys in `certbot-compatibility-test`'s testdata because because they are unused. |
||
|---|---|---|
| .. | ||
| configurators | ||
| testdata | ||
| __init__.py | ||
| errors.py | ||
| interfaces.py | ||
| test_driver.py | ||
| util.py | ||
| validator.py | ||
| validator_test.py | ||