From 8c2e99432df7fcebb6b8db96d3c479017a7ab297 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Thu, 25 Oct 2018 16:50:05 +0200 Subject: [PATCH] Add a note about TLS-ALPN challenge. --- docs/configuration/acme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration/acme.md b/docs/configuration/acme.md index 6cb617744..cd2d6bf78 100644 --- a/docs/configuration/acme.md +++ b/docs/configuration/acme.md @@ -182,6 +182,10 @@ entryPoint = "https" [acme.tlsChallenge] ``` +!!! note + If the `TLS-ALPN-01` challenge is used, `acme.entryPoint` has to be reachable by Let's Encrypt through port 443. + This is a Let's Encrypt limitation as described on the [community forum](https://community.letsencrypt.org/t/support-for-ports-other-than-80-and-443/3419/72). + #### `httpChallenge` Use the `HTTP-01` challenge to generate and renew ACME certificates by provisioning a HTTP resource under a well-known URI.