Also delegate git. acme challenge to opendev

So that opendev can get a LE cert for git.zuul-ci.org.

Change-Id: Id915850f40e1dd8a792df7f015bfc57eccd59af6
This commit is contained in:
James E. Blair 2020-01-08 14:40:03 -08:00
parent 2adfc0712e
commit fc2169da2c
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN zuul-ci.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
1578331208 ; serial number unixtime
1578523198 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -22,3 +22,4 @@ www IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3
git IN CNAME git.openstack.org.
_acme-challenge IN CNAME acme.opendev.org.
_acme-challenge.www IN CNAME acme.opendev.org.
_acme-challenge.git IN CNAME acme.opendev.org.