diff options
author | Jan Cholasta <jcholast@redhat.com> | 2015-11-19 08:50:05 +0100 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2015-11-19 11:17:49 +0100 |
commit | 164fb7b1d19ef316d2ec55a8f85876ccf310544f (patch) | |
tree | 1ce57b8745e71c302e9fb747e15838f69cc22aec /ipaserver | |
parent | e56a1535b041c1ca1f398b54eda6bf04f1c1e33b (diff) | |
download | freeipa-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>
Diffstat (limited to 'ipaserver')
-rw-r--r-- | ipaserver/install/krainstance.py | 2 |
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): |