From 68897c7b94eed480738bd867c471585b6f52f1db Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 5 Nov 2013 09:49:42 -0500 Subject: Renamed CLI commands. The following commands have been renamed. The old commands will no longer work. * profile -> ca-profile * kraconnector -> ca-kraconnector The following commands have also been renamed, but the old commands will continue to work: * cert -> ca-cert * key -> kra-key The user and group commands have already been renamed to - user and -group. The old commands will continue to work and will use CA subsystem by default. Ticket #701 --- base/server/python/pki/server/deployment/pkihelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/server/python') 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, -- cgit