summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
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 /ipaserver/plugins
parentdfd560a190cb2ab13f34ed9e21c5fb5c6e793f18 (diff)
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 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/dogtag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/plugins/dogtag.py b/ipaserver/plugins/dogtag.py
index 6ff6d292c..2156f0791 100644
--- a/ipaserver/plugins/dogtag.py
+++ b/ipaserver/plugins/dogtag.py
@@ -2026,7 +2026,7 @@ class kra(Backend):
str(self.kra_port),
'kra')
- connection.set_authentication_cert(paths.KRA_AGENT_PEM)
+ connection.set_authentication_cert(paths.RA_AGENT_PEM)
return KRAClient(connection, crypto)