summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2017-03-14 13:27:39 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-14 17:09:47 +0100
commitee6d031a6a0939c1f51a874b1f8f9b19ec727203 (patch)
treecb4ab5a08da22a9486fe0b9ad233ac07a3cbd484
parentc194f74b12a92e3beb01f36b5cbe20255d8247c5 (diff)
downloadfreeipa-ee6d031a6a0939c1f51a874b1f8f9b19ec727203.tar.gz
freeipa-ee6d031a6a0939c1f51a874b1f8f9b19ec727203.tar.xz
freeipa-ee6d031a6a0939c1f51a874b1f8f9b19ec727203.zip
Backup KDC certificate pair
KDC certificate pair was added but is not included in backup which might cause issues when restoring the IPA service. https://pagure.io/freeipa/issue/6748 Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r--ipaserver/install/ipa_backup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index 8fc2a1c65..07c50c836 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -163,6 +163,8 @@ class Backup(admintool.AdminTool):
paths.CACERT_P12,
paths.KRACERT_P12,
paths.KRB5KDC_KDC_CONF,
+ paths.KDC_CERT,
+ paths.KDC_KEY,
paths.SYSTEMD_IPA_SERVICE,
paths.SYSTEMD_SSSD_SERVICE,
paths.SYSTEMD_CERTMONGER_SERVICE,