mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
8ed891cb61
commit
72de679eb4
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user