Skip to content

Commit 425442f

Browse files
authored
Merge pull request #618 from MaRDI4NFDI/traefik-doc
Document traefik problems
2 parents 9ee25b1 + dd07d52 commit 425442f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ rules to make services accessible on a domain, authentication, redirections,
4646
etc, must be defined in the docker-compose files via docker labels for the
4747
services' containers. See the [docs](https://doc.traefik.io/traefik/).
4848

49+
In production be sure that the HTTPS certificates are renewed. To do so letsencrypt
50+
needs to connect to the host machine with one of the following protocols
51+
52+
https://letsencrypt.org/docs/challenge-types/
53+
54+
Currently, TLS-ALPN-01 does not work according to https://letsdebug.net and we use
55+
HTTP-01 challange. Before enableing TLS-ALPN-01 with traefik, make sure that the
56+
toy-example https://doc.traefik.io/traefik/user-guides/docker-compose/acme-tls/ works.
57+
To test this, you only need a public IP address with port 443 opened and DNS records
58+
configured accordingly.
59+
4960
<!--
5061
### Optionally configure traefik locally
5162
@@ -266,4 +277,4 @@ QS_PUBLIC_HOST_AND_PORT=localhost:8840
266277
267278
MW_ELASTIC_HOST=localhost
268279
MW_ELASTIC_PORT=9200
269-
```
280+
```

0 commit comments

Comments
 (0)