1
0
Fork 0

Fix doc dynamic certificates

This commit is contained in:
Emile Vauge 2018-01-23 09:12:03 +01:00 committed by Traefiker
parent fc00e1c228
commit 4e07d92190
2 changed files with 23 additions and 10 deletions

View file

@ -55,6 +55,8 @@ To redirect an entrypoint rewriting the URL.
## TLS
### Static Certificates
Define an entrypoint with SNI support.
```toml
@ -69,6 +71,12 @@ Define an entrypoint with SNI support.
!!! note
If an empty TLS configuration is done, default self-signed certificates are generated.
### Dynamic Certificates
If you need to add or remove TLS certificates while Traefik is started, Dynamic TLS certificates are supported using the [file provider](/configuration/backends/file).
## TLS Mutual Authentication