Added wildcard ACME example
This commit is contained in:
parent
353bd3d06f
commit
5fdec48854
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ spec:
|
|||
port: 8080
|
||||
tls:
|
||||
certResolver: myresolver
|
||||
domains:
|
||||
- main: company.org
|
||||
sans:
|
||||
- *.company.org
|
||||
```
|
||||
|
||||
```json tab="Marathon"
|
||||
|
|
Loading…
Reference in a new issue