diff --git a/ipaserver/install/server/upgrade.py b/ipaserver/install/server/upgrade.py index 50a6c99de..f259092a5 100644 --- a/ipaserver/install/server/upgrade.py +++ b/ipaserver/install/server/upgrade.py @@ -1012,7 +1012,7 @@ def certificate_renewal_update(ca, kra, ds, http): requests.append( { 'cert-file': paths.HTTPD_CERT_FILE, - 'key-storage': paths.HTTPD_KEY_FILE, + 'key-file': paths.HTTPD_KEY_FILE, 'ca-name': 'IPA', 'cert-postsave-command': template % 'restart_httpd', }