allow letsencrypt to issue certs for filip.is-a.dev

This commit is contained in:
Filip Kalný
2025-03-03 22:37:53 +01:00
parent 7348d61550
commit a4e0550d66
+9 -2
View File
@@ -6,6 +6,13 @@
"email": "filip@kalny.net"
},
"record": {
"CNAME": "vps1.kalny.net"
"CNAME": "vps1.kalny.net",
"CAA": [
{
"flags": 0,
"tag": "issue",
"value": "letsencrypt.org"
}
]
}
}
}