From 57f0be7b5dc0111087e3b5ce63462281729b78a2 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 15 Oct 2013 20:49:07 +0200 Subject: Use certmonger D-Bus API to configure certmonger in CA install. Before, certmonger was configured by modifying its internal database directly. Reviewed-By: Petr Viktorin --- install/conf/Makefile.am | 1 - install/conf/ca_renewal | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 install/conf/ca_renewal (limited to 'install') diff --git a/install/conf/Makefile.am b/install/conf/Makefile.am index 06b3b32df..65e25bc94 100644 --- a/install/conf/Makefile.am +++ b/install/conf/Makefile.am @@ -2,7 +2,6 @@ NULL = appdir = $(IPA_DATA_DIR) app_DATA = \ - ca_renewal \ ipa.conf \ ipa-pki-proxy.conf \ ipa-rewrite.conf \ diff --git a/install/conf/ca_renewal b/install/conf/ca_renewal deleted file mode 100644 index 57a9e9c24..000000000 --- a/install/conf/ca_renewal +++ /dev/null @@ -1,6 +0,0 @@ -# A separate helper for fetching dogtag certificates that are renewed on -# another system. -id=dogtag-ipa-retrieve-agent-submit -ca_is_default=0 -ca_type=EXTERNAL -ca_external_helper=/usr/libexec/certmonger/dogtag-ipa-retrieve-agent-submit -- cgit