From 2639997dfee43d66e94ef9b5441289816c465e7d Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Mon, 10 Nov 2014 16:24:22 +0000 Subject: Fix CA certificate backup and restore Backup and restore /etc/pki/ca-trust/source/ipa.p11-kit. Create /etc/ipa/nssdb after restore if necessary. https://fedorahosted.org/freeipa/ticket/4711 Reviewed-By: Petr Viktorin --- ipaserver/install/ipa_backup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipaserver/install/ipa_backup.py') diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py index 34be5383d..682b626e5 100644 --- a/ipaserver/install/ipa_backup.py +++ b/ipaserver/install/ipa_backup.py @@ -137,6 +137,8 @@ class Backup(admintool.AdminTool): paths.SYSCONFIG_ODS, paths.ETC_SYSCONFIG_AUTHCONFIG, paths.IPA_NSSDB_PWDFILE_TXT, + paths.IPA_P11_KIT, + paths.SYSTEMWIDE_IPA_CA_CRT, paths.NSSWITCH_CONF, paths.KRB5_KEYTAB, paths.SSSD_CONF, -- cgit