mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +02:00
* Add challenge info to `--debug-challenges` * Expand/add tests * Add changelog entry * Make tests Python 3.6 and 3.7 compatible * Don't use `config.namespace` * And don't use `config.namespace` in tests too * Expand tests to check for token/thumbprint * Add test for the DNS-01 challenge Changed the Apache authenticator to the manual authenticator. Doesn't seem to make a difference to the tests, but makes more sense if the DNS-01 challenge is being used. * Reword changelog entry * Mention feature in --help output * Better variable assignment in test Co-authored-by: alexzorin <alex@zor.io> * Better variable assignment in test Co-authored-by: alexzorin <alex@zor.io> * Remove unnecessary `verbose_count` assignment Co-authored-by: alexzorin <alex@zor.io> * Use terminology from RFC 8555 * Compress the two new tests into one * s/world wide web/internet * Move new code into separate function * Remove superfluous newline with mixed challs Co-authored-by: alexzorin <alex@zor.io>