1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-20 22:50:12 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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