Warn manual authenticator users not to remove/undo previous challenges (#6370)

* Warn users not to remove/undo previous challenges

* Even more specific DNS challenge message

* Fix spacing and variable names

* Create a second test DNS challenge for UI testing

* Changelog for subsequent manual challenge behavior
This commit is contained in:
schoen
2018-10-18 14:44:45 +03:00
committed by Joona Hoikkala
parent 92501eaf8f
commit 3de3188dd6
4 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
### Changed
*
* `--manual` will explicitly warn users that earlier challenges should remain in place when setting up subsequent challenges.
### Fixed