aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2023-01-25 15:08:55 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2023-01-25 15:08:55 +0100
commit6ad3c6501ed54487f896edd2c37abfce289971fa (patch)
tree05f82b6d7a7d5739087fd125ce6549ad6a3e3407
parenta2c6bacb09be6e82673c25373c4f716db0de1a4c (diff)
downloadpuppet-6ad3c6501ed54487f896edd2c37abfce289971fa.tar
puppet-6ad3c6501ed54487f896edd2c37abfce289971fa.tar.gz
puppet-6ad3c6501ed54487f896edd2c37abfce289971fa.tar.bz2
puppet-6ad3c6501ed54487f896edd2c37abfce289971fa.tar.xz
puppet-6ad3c6501ed54487f896edd2c37abfce289971fa.zip
Add dns verification record for certificate renewal
-rw-r--r--deployment/dns/templates/mageia.org.zone4
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone
index 3897f264..fd4caaa2 100644
--- a/deployment/dns/templates/mageia.org.zone
+++ b/deployment/dns/templates/mageia.org.zone
@@ -7,7 +7,7 @@
; $Id$
$TTL 30m
@ IN SOA ns0.mageia.org. root.mageia.org. (
- 2022071601 ; Serial
+ 20230112501 ; Serial
7200 ; Refresh
3600 ; Retry
86400 ; Expire
@@ -143,4 +143,6 @@ ociaa2-a IN CNAME ociaa2
ociaa2-b IN CNAME ociaa2
ociaa2-c IN CNAME ociaa2
+_1234F337E606FCFA029C5A79E75595C7.mageia.org. 10800 IN CNAME 370FC58CA99890665B1E05EA9E3BCEA5.FF80EEB3507698925AC83BCCC90B37D7.71b9e42fd1490c2ee83c.sectigo.com.
+
<%# vim: set filetype=bindzone : -%>