summaryrefslogtreecommitdiffstats
path: root/bin/puppetca
diff options
context:
space:
mode:
authorlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-18 10:45:14 +0000
committerlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-18 10:45:14 +0000
commitfd4ef3c95cdd17cba69823593170f773e0daa092 (patch)
tree422d30c3e177473f221c83a1097da0dfdfd89456 /bin/puppetca
parentc8a6df0c40a878d2b96cf6e56586ba37e9c8eceb (diff)
downloadpuppet-fd4ef3c95cdd17cba69823593170f773e0daa092.tar.gz
puppet-fd4ef3c95cdd17cba69823593170f773e0daa092.tar.xz
puppet-fd4ef3c95cdd17cba69823593170f773e0daa092.zip
Better documentation around certificate revocation and mgmt
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1619 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin/puppetca')
-rwxr-xr-xbin/puppetca7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/puppetca b/bin/puppetca
index de84c91e2..da9423c40 100755
--- a/bin/puppetca
+++ b/bin/puppetca
@@ -9,7 +9,7 @@
# = Usage
#
# puppetca [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose]
-# [-g|--generate] [-l|--list] [-s|--sign]
+# [-g|--generate] [-l|--list] [-s|--sign] [-r|--revoke]
# [-c|--clean] [host]
#
# = Description
@@ -31,7 +31,10 @@
# Operate on all outstanding requests. Only makes sense with '--sign'.
#
# clean::
-# Remove all traces of a host. This is useful when rebuilding hosts.
+# 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.
#
# debug::
# Enable full debugging.