Improve the Documentation with a Reference Section
This commit is contained in:
parent
49563e638b
commit
4919b638f9
24 changed files with 1190 additions and 815 deletions
|
@ -49,9 +49,13 @@ You can configure Traefik to use an ACME provider (like Let's Encrypt) for autom
|
|||
sans = ["mydomain.com"]
|
||||
```
|
||||
|
||||
!!! note "Configuration Reference"
|
||||
|
||||
There are many available options for ACME. For a quick glance at what's possible, browse the [configuration reference](../reference/acme.md).
|
||||
??? note "Configuration Reference"
|
||||
|
||||
There are many available options for ACME. For a quick glance at what's possible, browse the configuration reference:
|
||||
|
||||
```toml
|
||||
--8<-- "content/https-tls/ref-acme.toml"
|
||||
```
|
||||
|
||||
## The Different ACME Challenges
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue