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:
authorErica Portnoy <ebportnoy@gmail.com>2019-11-26 02:27:48 +0300
committerErica Portnoy <ebportnoy@gmail.com>2019-11-26 02:27:48 +0300
commitc05a9135527fd95197c0fa6551140837d103f84a (patch)
tree3f577b336d2cd40b1fa158a5880380e9580571f0
parentd9f7f375ff1d5b1ddad0c5cbab0dcd35d34ff23e (diff)
Update changelogtest-auto-redirect
-rw-r--r--certbot/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md
index dfb6acde8..b5794c2dd 100644
--- a/certbot/CHANGELOG.md
+++ b/certbot/CHANGELOG.md
@@ -28,6 +28,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
`certbot.reverter.Reverter.view_config_changes`, and
`certbot.util.get_systemd_os_info` have been removed
* Certbot's `register --update-registration` subcommand has been removed
+* When possible, default to automatically configuring the webserver so all requests
+ redirect to secure HTTPS access. This is mostly relevant when running Certbot
+ in non-interactive mode. Previously, the default was to not redirect all requests.
### Fixed