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.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/pkihelper.py b/base/server/python/pki/server/deployment/pkihelper.py
index ce800471b..d98d8ab42 100644
--- a/base/server/python/pki/server/deployment/pkihelper.py
+++ b/base/server/python/pki/server/deployment/pkihelper.py
@@ -2826,7 +2826,9 @@ class TPSConnector:
"-d", self.master_dict['pki_database_path'],
"-c", token_pwd,
"-t", "tks",
- "tks-tpsconnector-del", tpshost, str(tpsport)]
+ "tks-tpsconnector-del",
+ "--host", tpshost,
+ "--port", str(tpsport)]
output = subprocess.check_output(command,
stderr=subprocess.STDOUT,