From fcacaf8ec7495b2a6100094a3310a05bb0c0aab2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Beli=C3=ABn?= Date: Sat, 25 Mar 2023 09:53:18 +0100 Subject: [PATCH] Update stateofthemap-eu.js --- src/stateofthemap-eu.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/stateofthemap-eu.js b/src/stateofthemap-eu.js index 054aec3..91a1e32 100644 --- a/src/stateofthemap-eu.js +++ b/src/stateofthemap-eu.js @@ -2,16 +2,16 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Publish CAA records indicating that only letsencrypt should issue certificates - // CAA_BUILDER({ - // label: "@", - // iodef: "mailto:hostmaster@openstreetmap.org", - // issue: [ - // "letsencrypt.org", - // ], - // issuewild: [ - // "letsencrypt.org", - // ], - // }), + CAA_BUILDER({ + label: "@", + iodef: "mailto:hostmaster@openstreetmap.org", + issue: [ + "letsencrypt.org", + ], + issuewild: [ + "letsencrypt.org", + ], + }), // Let openstreetmap.at handle email -- 2.39.5