From fd4ef3c95cdd17cba69823593170f773e0daa092 Mon Sep 17 00:00:00 2001 From: lutter Date: Mon, 18 Sep 2006 10:45:14 +0000 Subject: Better documentation around certificate revocation and mgmt git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1619 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetca | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin') 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. -- cgit