summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-upgradeconfig
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-01-06 13:08:54 +0000
committerJan Cholasta <jcholast@redhat.com>2015-01-13 18:34:59 +0000
commit6a1304324fe94b17e8dc4a418f90bea028160ace (patch)
tree257b0db6aea97377906dff6ca9dafef1a334f375 /install/tools/ipa-upgradeconfig
parent5bf1c9a6f7d734c296c8eb987cfc4f7e2a345130 (diff)
downloadfreeipa-6a1304324fe94b17e8dc4a418f90bea028160ace.tar.gz
freeipa-6a1304324fe94b17e8dc4a418f90bea028160ace.tar.xz
freeipa-6a1304324fe94b17e8dc4a418f90bea028160ace.zip
Restart dogtag when its server certificate is renewed
https://fedorahosted.org/freeipa/ticket/4803 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'install/tools/ipa-upgradeconfig')
-rwxr-xr-xinstall/tools/ipa-upgradeconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/tools/ipa-upgradeconfig b/install/tools/ipa-upgradeconfig
index 71fe5195d..050fd25db 100755
--- a/install/tools/ipa-upgradeconfig
+++ b/install/tools/ipa-upgradeconfig
@@ -783,7 +783,7 @@ def certificate_renewal_update(ca):
dogtag_constants = dogtag.configured_constants()
# bump version when requests is changed
- version = 2
+ version = 3
requests = (
(
dogtag_constants.ALIAS_DIR,
@@ -829,8 +829,8 @@ def certificate_renewal_update(ca):
dogtag_constants.ALIAS_DIR,
'Server-Cert cert-pki-ca',
'dogtag-ipa-renew-agent',
- None,
- None,
+ 'stop_pkicad',
+ 'renew_ca_cert',
None,
),
)