summaryrefslogtreecommitdiffstats
path: root/install/restart_scripts/renew_ra_cert
diff options
context:
space:
mode:
Diffstat (limited to 'install/restart_scripts/renew_ra_cert')
-rw-r--r--install/restart_scripts/renew_ra_cert2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/restart_scripts/renew_ra_cert b/install/restart_scripts/renew_ra_cert
index 9b5e231b5..17a7af9b0 100644
--- a/install/restart_scripts/renew_ra_cert
+++ b/install/restart_scripts/renew_ra_cert
@@ -37,7 +37,7 @@ from ipaplatform.paths import paths
def _main():
nickname = 'ipaCert'
- api.bootstrap(context='restart')
+ api.bootstrap(in_server=True, context='restart')
api.finalize()
tmpdir = tempfile.mkdtemp(prefix="tmp-")