summaryrefslogtreecommitdiffstats
path: root/base/server/python
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/python')
-rw-r--r--base/server/python/pki/server/deployment/pkihelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/pkihelper.py b/base/server/python/pki/server/deployment/pkihelper.py
index ad0acdbce..30ba87a72 100644
--- a/base/server/python/pki/server/deployment/pkihelper.py
+++ b/base/server/python/pki/server/deployment/pkihelper.py
@@ -2623,7 +2623,7 @@ class KRAConnector:
"-P", "https",
"-d", self.master_dict['pki_database_path'],
"-c", token_pwd,
- "kraconnector-del", krahost, str(kraport)]
+ "ca-kraconnector-del", krahost, str(kraport)]
output = subprocess.check_output(command,
stderr=subprocess.STDOUT,