Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexzorin <alex@zorin.id.au>2019-10-10 01:09:25 +0300
committerAdrien Ferrand <adferrand@users.noreply.github.com>2019-10-10 01:09:25 +0300
commit118cb3c9b1e62599b57082b71ab7313b2cdc1632 (patch)
tree4c27d76fb968fd333b459b66d0c3213ffb338649 /CHANGELOG.md
parent717afebcff44c9abbb1338efc7831b0d3b3246f2 (diff)
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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 102eaf4bb..fa8ca2379 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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