From 243b804fa4d459942537d6725bca80c1fe0eae7b Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Thu, 15 Aug 2019 14:37:53 +0200 Subject: [PATCH] dns/master: Added CAA Entry for letsencrypt.org --- roles/dns/master/templates/zone.db | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/dns/master/templates/zone.db b/roles/dns/master/templates/zone.db index f4acf27..dcf0110 100644 --- a/roles/dns/master/templates/zone.db +++ b/roles/dns/master/templates/zone.db @@ -11,4 +11,7 @@ $TTL 86400 $INCLUDE {{ key.path }} {% endfor %} +; Certification Authority Authorization +@ IN CAA 0 issue "letsencrypt.org" + {{ entries }}