From 5fdec48854bb2cbbc820bda953708a70d6727cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20R=C3=B6=C3=9Fner?= Date: Wed, 4 Mar 2020 13:24:05 +0100 Subject: [PATCH] Added wildcard ACME example --- docs/content/https/include-acme-multiple-domains-example.md | 4 ++++ 1 file changed, 4 insertions(+) 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"