1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-06 11:33:17 +03:00

Added wildcard ACME example

This commit is contained in:
Ole Rößner
2020-03-04 13:24:05 +01:00
committed by GitHub
parent 353bd3d06f
commit 5fdec48854

View File

@@ -37,6 +37,10 @@ spec:
port: 8080
tls:
certResolver: myresolver
domains:
- main: company.org
sans:
- *.company.org
```
```json tab="Marathon"