diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2013-11-05 09:49:42 -0500 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2013-11-05 11:11:00 -0500 |
| commit | 68897c7b94eed480738bd867c471585b6f52f1db (patch) | |
| tree | c0c83d1001c61a758c68b472422cdfd661bf7327 /base/server/python | |
| parent | 89d871642969572a0a64f2fa9d9455e0753fcf1c (diff) | |
| download | pki-68897c7b94eed480738bd867c471585b6f52f1db.tar.gz pki-68897c7b94eed480738bd867c471585b6f52f1db.tar.xz pki-68897c7b94eed480738bd867c471585b6f52f1db.zip | |
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 <subsytem>-
user and <subsystem>-group. The old commands will continue to work
and will use CA subsystem by default.
Ticket #701
Diffstat (limited to 'base/server/python')
| -rw-r--r-- | base/server/python/pki/server/deployment/pkihelper.py | 2 |
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, |
