summaryrefslogtreecommitdiffstats
path: root/bin/puppetca
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-04-21 23:45:53 -0500
committerLuke Kanies <luke@madstop.com>2008-04-21 23:45:53 -0500
commit0e8a1c9f6ac45e9e6f6dcf6464ad4d2780201ce1 (patch)
tree0bcf46830c65667ebf85e44f8699243f8da5a5f3 /bin/puppetca
parent58fb416e9f52a9dc834b735ffa7e5c425495c982 (diff)
parent62ca72608c8fcded624c46c6951b9381a7284a80 (diff)
downloadpuppet-0e8a1c9f6ac45e9e6f6dcf6464ad4d2780201ce1.tar.gz
puppet-0e8a1c9f6ac45e9e6f6dcf6464ad4d2780201ce1.tar.xz
puppet-0e8a1c9f6ac45e9e6f6dcf6464ad4d2780201ce1.zip
Merge branch '0.24.x'
Conflicts: bin/puppetca
Diffstat (limited to 'bin/puppetca')
-rwxr-xr-xbin/puppetca6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/puppetca b/bin/puppetca
index fca623ebe..75988432f 100755
--- a/bin/puppetca
+++ b/bin/puppetca
@@ -32,14 +32,16 @@
# '--genconfig'.
#
# all::
-# Operate on all outstanding requests. Only makes sense with '--sign',
-# or '--list'.
+# Operate on all items. Currently only makes sense with '--sign',
+# '--clean', or '--list'.
#
# clean::
# Remove all files related to a host from puppetca's storage. This is
# useful when rebuilding hosts, since new certificate signing requests
# will only be honored if puppetca does not have a copy of a signed
# certificate for that host. The certificate of the host remains valid.
+# If '--all' is specified then all host certificates, both signed and
+# unsigned, will be removed.
#
# debug::
# Enable full debugging.