We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e63de commit 2b5c7f9Copy full SHA for 2b5c7f9
docs/content/routing/routers/index.md
@@ -453,9 +453,9 @@ http:
453
rule: "Host(`snitest.com`) && Path(`/bar`)"
454
tls:
455
certResolver: "bar"
456
- domains:
457
- - main: "snitest.com"
458
- sans: "*.snitest.com"
+ domains:
+ - main: "snitest.com"
+ sans: "*.snitest.com"
459
```
460
461
[ACME v2](https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579) supports wildcard certificates.
@@ -746,7 +746,7 @@ tcp:
746
rule: "HostSNI(`snitest.com`)"
747
748
749
750
751
752
0 commit comments