diff options
Diffstat (limited to 'man/man8/puppet-certificate_revocation_list.8')
-rw-r--r-- | man/man8/puppet-certificate_revocation_list.8 | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/man/man8/puppet-certificate_revocation_list.8 b/man/man8/puppet-certificate_revocation_list.8 index 4a9c856df..d37197aec 100644 --- a/man/man8/puppet-certificate_revocation_list.8 +++ b/man/man8/puppet-certificate_revocation_list.8 @@ -1,13 +1,13 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "PUPPET\-CERTIFICATE_REVOCATION_LIST" "8" "June 2011" "Puppet Labs, LLC" "Puppet manual" +.TH "PUPPET\-CERTIFICATE_REVOCATION_LIST" "8" "June 2012" "Puppet Labs, LLC" "Puppet manual" . .SH "NAME" \fBpuppet\-certificate_revocation_list\fR \- Manage the list of revoked certificates\. . .SH "SYNOPSIS" -puppet certificate_revocation_list \fIaction\fR [\-\-terminus TERMINUS] +puppet certificate_revocation_list \fIaction\fR [\-\-terminus TERMINUS] [\-\-extra HASH] . .SH "DESCRIPTION" This subcommand is primarily for retrieving the certificate revocation list from the CA\. @@ -35,6 +35,10 @@ Whether to log verbosely\. Whether to log debug information\. . .TP +\-\-extra HASH +A terminus can take additional arguments to refine the operation, which are passed as an arbitrary hash to the back\-end\. Anything passed as the extra value is just send direct to the back\-end\. +. +.TP \-\-terminus TERMINUS Indirector faces expose indirected subsystems of Puppet\. These subsystems are each able to retrieve and alter a specific type of data (with the familiar actions of \fBfind\fR, \fBsearch\fR, \fBsave\fR, and \fBdestroy\fR) from an arbitrary number of pluggable backends\. In Puppet parlance, these backends are called terminuses\. . @@ -51,7 +55,7 @@ The terminus for an action is often determined by context, but occasionally need \fBSYNOPSIS\fR . .IP -puppet certificate_revocation_list destroy [\-\-terminus TERMINUS] \fIdummy_text\fR +puppet certificate_revocation_list destroy [\-\-terminus TERMINUS] [\-\-extra HASH] \fIdummy_text\fR . .IP \fBDESCRIPTION\fR @@ -76,7 +80,7 @@ Although this action always deletes the CRL from the specified terminus, it requ \fBSYNOPSIS\fR . .IP -puppet certificate_revocation_list find [\-\-terminus TERMINUS] \fIdummy_text\fR +puppet certificate_revocation_list find [\-\-terminus TERMINUS] [\-\-extra HASH] \fIdummy_text\fR . .IP \fBDESCRIPTION\fR @@ -91,9 +95,6 @@ Retrieve the certificate revocation list\. The certificate revocation list\. When used from the Ruby API: returns an OpenSSL::X509::CRL object\. . .IP -RENDERING ISSUES: this should usually be rendered as a string (\'\-\-render\-as s\')\. -. -.IP \fBNOTES\fR . .IP @@ -104,7 +105,7 @@ Although this action always returns the CRL from the specified terminus, it requ \fBSYNOPSIS\fR . .IP -puppet certificate_revocation_list info [\-\-terminus TERMINUS] +puppet certificate_revocation_list info [\-\-terminus TERMINUS] [\-\-extra HASH] . .IP \fBDESCRIPTION\fR @@ -117,7 +118,7 @@ Prints the default terminus class for this subcommand\. Note that different run \fBSYNOPSIS\fR . .IP -puppet certificate_revocation_list save [\-\-terminus TERMINUS] +puppet certificate_revocation_list save [\-\-terminus TERMINUS] [\-\-extra HASH] \fIkey\fR . .IP \fBDESCRIPTION\fR @@ -130,7 +131,7 @@ Invalid for this subcommand\. \fBSYNOPSIS\fR . .IP -puppet certificate_revocation_list search [\-\-terminus TERMINUS] \fIquery\fR +puppet certificate_revocation_list search [\-\-terminus TERMINUS] [\-\-extra HASH] \fIquery\fR . .IP \fBDESCRIPTION\fR |