summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2017-01-02 17:00:00 +0100
committerJan Cholasta <jcholast@redhat.com>2017-03-01 09:43:41 +0000
commit2a1494c9aef2e2b5c06e427e689787e5a2c4dc7f (patch)
tree965aba505982685332984c7edb71ea50463355f2 /ipaplatform
parentdfd560a190cb2ab13f34ed9e21c5fb5c6e793f18 (diff)
downloadfreeipa-2a1494c9aef2e2b5c06e427e689787e5a2c4dc7f.tar.gz
freeipa-2a1494c9aef2e2b5c06e427e689787e5a2c4dc7f.tar.xz
freeipa-2a1494c9aef2e2b5c06e427e689787e5a2c4dc7f.zip
Move RA agent certificate file export to a different location
HTTPS connection to certificate server requires client authentication so we need a file with client certificate and private key prior to its first occurence which happens during migration of certificate profiles to LDAP. https://fedorahosted.org/freeipa/ticket/5695 https://fedorahosted.org/freeipa/ticket/6392 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/base/paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index eb6e835f4..d89f1a7f1 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -139,7 +139,7 @@ class BasePathNamespace(object):
ROOT_IPA_CACHE = "/root/.ipa_cache"
ROOT_PKI = "/root/.pki"
DOGTAG_ADMIN_P12 = "/root/ca-agent.p12"
- KRA_AGENT_PEM = "/var/lib/ipa/radb/kra-agent.pem"
+ RA_AGENT_PEM = "/var/lib/ipa/ra-agent.pem"
CACERT_P12 = "/root/cacert.p12"
ROOT_IPA_CSR = "/root/ipa.csr"
NAMED_PID = "/run/named/named.pid"