summaryrefslogtreecommitdiffstats
path: root/install/restart_scripts/renew_ca_cert
diff options
context:
space:
mode:
Diffstat (limited to 'install/restart_scripts/renew_ca_cert')
-rw-r--r--install/restart_scripts/renew_ca_cert2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/restart_scripts/renew_ca_cert b/install/restart_scripts/renew_ca_cert
index bfb726cdd..dc0f1117b 100644
--- a/install/restart_scripts/renew_ca_cert
+++ b/install/restart_scripts/renew_ca_cert
@@ -38,7 +38,7 @@ from ipaplatform.paths import paths
def _main():
nickname = sys.argv[1]
- api.bootstrap(context='restart')
+ api.bootstrap(in_server=True, context='restart')
api.finalize()
dogtag_service = services.knownservices['pki_tomcatd']