mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 19:52:34 +02:00
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:
committed by
Adrien Ferrand
parent
717afebcff
commit
118cb3c9b1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user