From 164fb7b1d19ef316d2ec55a8f85876ccf310544f Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 19 Nov 2015 08:50:05 +0100 Subject: install: export KRA agent PEM file in ipa-kra-install https://fedorahosted.org/freeipa/ticket/5462 Reviewed-By: Martin Babinsky --- ipaserver/install/krainstance.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipaserver') 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): -- cgit