csrgen: hide cert-get-requestdata in CLI

The CSR generation feature is supposed to be used from cert-request, hide
the internal cert-get-requestdata command in the CLI.

https://fedorahosted.org/freeipa/ticket/4899

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
Jan Cholasta 2017-03-14 06:25:19 +00:00
parent 8ed891cb61
commit 72de679eb4

View File

@ -29,6 +29,8 @@ Commands to build certificate requests automatically
class cert_get_requestdata(Local):
__doc__ = _('Gather data for a certificate signing request.')
NO_CLI = True
takes_options = (
Principal(
'principal',