Add note on redirect for ACME http challenge

This commit is contained in:
SALLEYRON Julien 2018-01-26 09:22:03 +01:00 committed by Traefiker
parent bf12306f17
commit 49a8cb76f5

View file

@ -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`