URL: https://github.com/freeipa/freeipa/pull/656
Author: stlaz
 Title: #656: Backup CA cert from kerberos folder
Action: opened

PR body:
"""
I have no idea how I missed this file in previous backup fixing attempts.

https://pagure.io/freeipa/issue/6748
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/656/head:pr656
git checkout pr656
From 2ee3ef8de88bd17cf59f67c176410d0599e16043 Mon Sep 17 00:00:00 2001
From: Stanislav Laznicka <slazn...@redhat.com>
Date: Mon, 27 Mar 2017 10:44:56 +0200
Subject: [PATCH] Backup CA cert from kerberos folder

https://pagure.io/freeipa/issue/6748
---
 ipaserver/install/ipa_backup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index 56583c0..f71a40b 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -165,6 +165,7 @@ class Backup(admintool.AdminTool):
         paths.KRB5KDC_KDC_CONF,
         paths.KDC_CERT,
         paths.KDC_KEY,
+        paths.CACERT_PEM,
         paths.SYSTEMD_IPA_SERVICE,
         paths.SYSTEMD_SYSTEM_HTTPD_IPA_CONF,
         paths.SYSTEMD_SSSD_SERVICE,
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to