From 4de4b17216e153a82ef51ee9d0a18a5ac009edaf Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 3 Apr 2019 15:16:43 -0700 Subject: [PATCH] Fix typo in changelog. (#6910) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30cb4d4de..fb32ba8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ More details about these changes can be found on our GitHub repo. * Fedora 29+ is now supported by certbot-auto. Since Python 2.x is on a deprecation path in Fedora, certbot-auto will install and use Python 3.x on Fedora 29+. -* CLI flag `--http-port` has been added for Nginx plugin exclusively, and replaces +* CLI flag `--https-port` has been added for Nginx plugin exclusively, and replaces `--tls-sni-01-port`. It defines the HTTPS port the Nginx plugin will use while setting up a new SSL vhost. By default the HTTPS port is 443.