blob: 05c780f657141bb82bd3076b7d17c1248eee9cbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
.title = "Wildcard",
.author = "Martin Ashby",
.date = @date("2022-03-19T13:17:26Z"),
.layout = "single.shtml",
.custom = {"comments": true},
---
I've switched to using a wildcard certificate for everything I host on `*.mfashby.net`.
It keeps my nginx configuration a bit less repetitive. It also allows internal services (i.e. not accessible to the internet) be secured with TLS more conveniently, and without those nasty browser warnings about self-signed certificates.
|