forked from critical/dns-zones
Add CNAME for infradocs.cacert,org pointing to webstatic.cacert.org, per e-mail request
from Jan Dittberner on 05.05.2016. git-svn-id: http://svn.cacert.org/CAcert/SystemAdministration/ns/var/opendnssec/unsigned@2653 14b1bab8-4ef6-0310-b690-991c95c89dfd
This commit is contained in:
parent
12fb5c2d9c
commit
bcd0f029ba
2 changed files with 11 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
; DNS master zone file for cacert.org, under RCS control
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.99 2015/12/07 09:57:52 root Exp $
|
||||
; @(#)(CAcert) $Id: cacert.org,v 1.100 2016/05/06 09:29:27 root Exp $
|
||||
|
||||
$TTL 12h ; default TTL for zone data
|
||||
|
||||
@ IN SOA ns1.cacert.org. hostmaster.cacert.org. (
|
||||
2015120702 ; Serial
|
||||
2016050601 ; Serial
|
||||
4h ; refresh time
|
||||
1h ; retry interval
|
||||
2d ; expire time
|
||||
|
@ -131,6 +131,8 @@ hopper IN SSHFP 2 2 cfcc8e6cf5d7b9d8c634f464db923b334d40a71dc6671f9ae493661d4b4
|
|||
hopper IN SSHFP 3 1 af94587277ed2d6b907b2fe99ddb3dd788003afa
|
||||
hopper IN SSHFP 3 2 5294698d5aedaf58a896e836e8c7cf49c1d6e7ba4e888ff45ee905c33aa52a4a
|
||||
|
||||
infradocs IN CNAME webstatic.cacert.org.
|
||||
|
||||
infrastructure IN A 213.154.225.230
|
||||
infrastructure IN SSHFP 1 1 5a82d3c150af002c05784f73250a067053aeed63
|
||||
infrastructure IN SSHFP 1 2 63b0d74a3f1ce61865a5eb0497ef05243bc4067ec983c69ab8e62f3cb940cc82
|
||||
|
|
|
@ -1,16 +1,21 @@
|
|||
|
||||
RCS file: /var/opendnssec/unsigned/RCS/cacert.org,v
|
||||
Working file: /var/opendnssec/unsigned/cacert.org
|
||||
head: 1.99
|
||||
head: 1.100
|
||||
branch:
|
||||
locks: strict
|
||||
access list:
|
||||
symbolic names:
|
||||
keyword substitution: kv
|
||||
total revisions: 99; selected revisions: 99
|
||||
total revisions: 100; selected revisions: 100
|
||||
description:
|
||||
cacert.org - zone file for cacert.org
|
||||
----------------------------
|
||||
revision 1.100
|
||||
date: 2016/05/06 09:29:27; author: root; state: Exp; lines: +4 -2
|
||||
Add CNAME for infradocs.cacert,org pointing to webstatic.cacert.org, per e-mail request
|
||||
from Jan Dittberner on 05.05.2016.
|
||||
----------------------------
|
||||
revision 1.99
|
||||
date: 2015/12/07 09:57:52; author: root; state: Exp; lines: +5 -5
|
||||
Update TLSA parameters for policy.cacert.org to something that hopefully works.
|
||||
|
|
Loading…
Reference in a new issue