From c39a550b00b26dffad8f7950b49900a91331bbbf Mon Sep 17 00:00:00 2001 From: Julien Salleyron Date: Fri, 19 Jul 2019 15:52:03 +0200 Subject: [PATCH] Lets encrypt documentation typo --- docs/content/https/acme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/https/acme.md b/docs/content/https/acme.md index e60b6d759..bfb683872 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -117,7 +117,7 @@ when using the `TLS-ALPN-01` challenge, Traefik must be reachable by Let's Encry Use the `HTTP-01` challenge to generate and renew ACME certificates by provisioning an HTTP resource under a well-known URI. As described on the Let's Encrypt [community forum](https://community.letsencrypt.org/t/support-for-ports-other-than-80-and-443/3419/72), -when using the `HTTP-01` challenge, `acme.httpChallenge.entryPoint` must be reachable by Let's Encrypt through port 80. +when using the `HTTP-01` challenge, `certificatesResolvers.sample.acme.httpChallenge.entryPoint` must be reachable by Let's Encrypt through port 80. ??? example "Using an EntryPoint Called http for the `httpChallenge`"