As reported at #7583 (comment), if you're trying to use run_acme_server while working on a DNS plugin, you're going to have some issues.
What can we do to avoid people hitting this problem? My first thought would be to update our docs to say that if people are using a real domain for testing, they should just use Certbot with --staging rather than running an ACME server locally.
As reported at #7583 (comment), if you're trying to use
run_acme_serverwhile working on a DNS plugin, you're going to have some issues.What can we do to avoid people hitting this problem? My first thought would be to update our docs to say that if people are using a real domain for testing, they should just use Certbot with
--stagingrather than running an ACME server locally.