Swap certificates for wildcards

This commit is contained in:
Jake Howard
2021-10-18 21:59:10 +01:00
parent ebb571bf20
commit 4cdaba4692
19 changed files with 9 additions and 28 deletions

View File

@ -17,6 +17,15 @@ entryPoints:
middlewares:
- floc-block@file
- compress@file
tls:
certresolver: le
domains:
- main: theorangeone.net
sans: "*.theorangeone.net"
- main: jakehoward.tech
sans: "*.jakehoward.tech"
- main: 0rng.one
sans: "*.0rng.one"
proxyProtocol:
trustedIPs:
- "{{ wireguard.cidr }}"