summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-10-23 15:06:34 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-04-14 19:29:36 +0200
commit0a1a3d73120bdf20ae05bcf663f14ca1a8b02c25 (patch)
treebe601dcd46b2dd26dbc944d891bdfb74f97dc9f4 /ipaplatform
parentb9c5744031675beb831210831f9d4b327ccd5544 (diff)
downloadfreeipa-0a1a3d73120bdf20ae05bcf663f14ca1a8b02c25.tar.gz
freeipa-0a1a3d73120bdf20ae05bcf663f14ca1a8b02c25.tar.xz
freeipa-0a1a3d73120bdf20ae05bcf663f14ca1a8b02c25.zip
DNSSEC CI tests
Tests: * install master, replica, then instal DNSSEC on master * test if zone is signed (added on master) * test if zone is signed (added on replica) * install master with DNSSEC, then install replica * test if root zone is signed * add zone, verify signatures using our root zone https://fedorahosted.org/freeipa/ticket/4657 Reviewed-By: Milan Kubik <mkubik@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/base/paths.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index 11c7e9212..3ad007ce9 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -135,6 +135,7 @@ class BasePathNamespace(object):
SYSTEMD_IPA_SERVICE = "/etc/systemd/system/multi-user.target.wants/ipa.service"
SYSTEMD_SSSD_SERVICE = "/etc/systemd/system/multi-user.target.wants/sssd.service"
SYSTEMD_PKI_TOMCAT_SERVICE = "/etc/systemd/system/pki-tomcatd.target.wants/pki-tomcatd@pki-tomcat.service"
+ DNSSEC_TRUSTED_KEY = "/etc/trusted-key.key"
HOME_DIR = "/home"
ROOT_IPA_CACHE = "/root/.ipa_cache"
ROOT_PKI = "/root/.pki"