summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-02-10 10:41:12 +0100
committerMartin Basti <mbasti@redhat.com>2017-02-14 17:13:27 +0100
commit11ef2cacbf2ebb67f80a0cf4a3e7b39da700188b (patch)
tree997062555ec7811ed91525720fefbd0a92bb6e81 /ipaserver
parenta930ec824da0337109d646ab3acb495dc1b6ba63 (diff)
downloadfreeipa-11ef2cacbf2ebb67f80a0cf4a3e7b39da700188b.tar.gz
freeipa-11ef2cacbf2ebb67f80a0cf4a3e7b39da700188b.tar.xz
freeipa-11ef2cacbf2ebb67f80a0cf4a3e7b39da700188b.zip
Backup /root/kracert.p12
ipa-backup now backs up /root/kracert.p12. The file contains the certs and encrypted private keys for KRA transport, storage and audit. Closes: https://fedorahosted.org/freeipa/ticket/6659 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/ipa_backup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index c11120b30..536914638 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -157,6 +157,7 @@ class Backup(admintool.AdminTool):
paths.DOGTAG_ADMIN_P12,
paths.KRA_AGENT_PEM,
paths.CACERT_P12,
+ paths.KRACERT_P12,
paths.KRB5KDC_KDC_CONF,
paths.SYSTEMD_IPA_SERVICE,
paths.SYSTEMD_SSSD_SERVICE,