summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-11-19 08:50:05 +0100
committerJan Cholasta <jcholast@redhat.com>2015-11-19 11:17:49 +0100
commit164fb7b1d19ef316d2ec55a8f85876ccf310544f (patch)
tree1ce57b8745e71c302e9fb747e15838f69cc22aec
parente56a1535b041c1ca1f398b54eda6bf04f1c1e33b (diff)
downloadfreeipa-164fb7b1d19ef316d2ec55a8f85876ccf310544f.tar.gz
freeipa-164fb7b1d19ef316d2ec55a8f85876ccf310544f.tar.xz
freeipa-164fb7b1d19ef316d2ec55a8f85876ccf310544f.zip
install: export KRA agent PEM file in ipa-kra-install
https://fedorahosted.org/freeipa/ticket/5462 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
-rw-r--r--ipaserver/install/krainstance.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/install/krainstance.py b/ipaserver/install/krainstance.py
index e75860d28..ed47be737 100644
--- a/ipaserver/install/krainstance.py
+++ b/ipaserver/install/krainstance.py
@@ -266,6 +266,8 @@ class KRAInstance(DogtagInstance):
shutil.move(paths.KRA_BACKUP_KEYS_P12, paths.KRACERT_P12)
+ export_kra_agent_pem()
+
self.log.debug("completed creating KRA instance")
def __create_kra_agent(self):