From 49a9e2a9e0353d139984c312544e3c8f26dc6862 Mon Sep 17 00:00:00 2001 From: Gerben Welter Date: Wed, 28 Feb 2018 14:24:03 +0100 Subject: [PATCH] Second defaultEntryPoint should be https, not http. --- docs/configuration/acme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/acme.md b/docs/configuration/acme.md index 83bcc9eac..8ba4e3f96 100644 --- a/docs/configuration/acme.md +++ b/docs/configuration/acme.md @@ -243,7 +243,7 @@ entryPoint = "https" Specify the entryPoint to use during the challenges. ```toml -defaultEntryPoints = ["http", "http"] +defaultEntryPoints = ["http", "https"] [entryPoints] [entryPoints.http]