diff --git a/docs/content/https/include-acme-multiple-domains-example.md b/docs/content/https/include-acme-multiple-domains-example.md index 2a628e035..8e92627f3 100644 --- a/docs/content/https/include-acme-multiple-domains-example.md +++ b/docs/content/https/include-acme-multiple-domains-example.md @@ -37,6 +37,10 @@ spec: port: 8080 tls: certResolver: myresolver + domains: + - main: company.org + sans: + - *.company.org ``` ```json tab="Marathon"