From 49a8cb76f523626a1381631aa68f45f60363f0a7 Mon Sep 17 00:00:00 2001 From: SALLEYRON Julien Date: Fri, 26 Jan 2018 09:22:03 +0100 Subject: [PATCH] Add note on redirect for ACME http challenge --- docs/configuration/acme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/acme.md b/docs/configuration/acme.md index 53cd3cae7..58da932ae 100644 --- a/docs/configuration/acme.md +++ b/docs/configuration/acme.md @@ -142,6 +142,7 @@ entryPoint = "https" !!! note If `TLS-SNI-01` challenge is used, `acme.entryPoint` has to be reachable by Let's Encrypt through the port 443. If `HTTP-01` challenge is used, `acme.httpChallenge.entryPoint` has to be defined and reachable by Let's Encrypt through the port 80. + The redirection is fully compatible with the HTTP-01 challenge. You can use redirection with HTTP-01 challenge without problem. These are Let's Encrypt limitations as described on the [community forum](https://community.letsencrypt.org/t/support-for-ports-other-than-80-and-443/3419/72). ### `storage`