cli: allow --dry-run to be combined with --server (#7436)

The value of --server will now be respected, except when it is the
default value, in which case it will be changed to the staging server,
preserving Certbot's existing behavior.
This commit is contained in:
alexzorin
2019-10-10 00:09:25 +02:00
committed by Adrien Ferrand
parent 717afebcff
commit 118cb3c9b1
3 changed files with 32 additions and 13 deletions
+2
View File
@@ -11,6 +11,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
* Removed `--fast` flag from the test farm tests
* `--server` may now be combined with `--dry-run`. Certbot will, as before, use the
staging server instead of the live server when `--dry-run` is used.
### Fixed