aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/dns
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-02-07 17:20:49 +0000
committerNicolas Vigier <boklm@mageia.org>2013-02-07 17:20:49 +0000
commitd33c9f9051c90ad4e752a9eeef350a0897011bfb (patch)
tree942abe02ee60cda67813641ff30da9688acedbbe /deployment/dns
parentb2ba28d5ef37851480c111deeecb6568377e46cf (diff)
downloadpuppet-d33c9f9051c90ad4e752a9eeef350a0897011bfb.tar
puppet-d33c9f9051c90ad4e752a9eeef350a0897011bfb.tar.gz
puppet-d33c9f9051c90ad4e752a9eeef350a0897011bfb.tar.bz2
puppet-d33c9f9051c90ad4e752a9eeef350a0897011bfb.tar.xz
puppet-d33c9f9051c90ad4e752a9eeef350a0897011bfb.zip
dns: Add SSL certificate validation for mageia.org
Diffstat (limited to 'deployment/dns')
-rw-r--r--deployment/dns/templates/mageia.org.zone6
1 files changed, 5 insertions, 1 deletions
diff --git a/deployment/dns/templates/mageia.org.zone b/deployment/dns/templates/mageia.org.zone
index 5670eb42..ecc11206 100644
--- a/deployment/dns/templates/mageia.org.zone
+++ b/deployment/dns/templates/mageia.org.zone
@@ -7,7 +7,7 @@
; $Id$
$TTL 1h
@ IN SOA ns0.mageia.org. root.mageia.org. (
- 2013020200 ; Serial
+ 2013020700 ; Serial
21600 ; Refresh
3600 ; Retry
2419200 ; Expire
@@ -128,4 +128,8 @@ sucuk2 IN CNAME sucuk
; temporary, until the vm is moved elsewhere
forums IN CNAME alamut
forum IN CNAME alamut
+
+; SSL certificate validation
+5D729EF0D6641C333D6939FC30224679.mageia.org. 10800 IN CNAME 87718FD8BA2B44428D13A9B3BAFDE8E05D296DC8.comodoca.com.
+
<%# vim: set filetype=bindzone : -%>