From 72de679eb445c975ec70cd265d37d4927823ce5b Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Mar 14 2017 12:26:16 +0000 Subject: 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 --- diff --git a/ipaclient/plugins/csrgen.py b/ipaclient/plugins/csrgen.py index 0d6eca0..a0d99ef 100644 --- a/ipaclient/plugins/csrgen.py +++ b/ipaclient/plugins/csrgen.py @@ -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',