On Thu, Jun 30, 2016 at 08:38:57PM -0500, Endi Sukma Dewata wrote:
The pki-server ca-* commands have been modified to validate
the instance and the CA subsystem before proceeding with the
operation.
The usage() methods and invocations have been renamed into
print_help() for consistency.
https://fedorahosted.org/pki/ticket/2364
--
Endi S. Dewata
ACK; pushed to master (f8310a4ff306d28cf25ec71693a2e89c5323564d).
There are still lots of pki-server commands that fail if invalid
subsystem given, e.g.:
# pki-server subsystem-cert-find kra
<traceback>
AttributeError: 'NoneType' object has no attribute
'find_system_certs'
But that can be addressed separately in future patch.
Thanks,
Fraser