From 5693d195501611c6abe9dbdf1370b898ffa6b3c7 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 22 Jun 2016 12:20:09 +0200 Subject: CA replica promotion: add proper CA DNS records Update 'ipa-ca' records with A/AAAA records of the newly added replica https://fedorahosted.org/freeipa/ticket/5966 Reviewed-By: Petr Spacek --- ipalib/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib') diff --git a/ipalib/constants.py b/ipalib/constants.py index 8451c9957..0574bb3aa 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -272,3 +272,4 @@ DOMAIN_SUFFIX_NAME = 'domain' CA_SUFFIX_NAME = 'ca' PKI_GSSAPI_SERVICE_NAME = 'dogtag' IPA_CA_CN = u'ipa' +IPA_CA_RECORD = "ipa-ca" -- cgit