diff options
author | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-06-20 16:38:21 +0200 |
---|---|---|
committer | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-06-20 16:38:21 +0200 |
commit | 1baa342cb4e8a9c7775a5a52406d0bf2019382ce (patch) | |
tree | 6fecf27e3fefbc8ff06dc1423bcb0590e390c67d | |
parent | 4f762722925113c56582a10dd4abead6cd84facc (diff) | |
download | bcfg2-1baa342cb4e8a9c7775a5a52406d0bf2019382ce.tar.gz bcfg2-1baa342cb4e8a9c7775a5a52406d0bf2019382ce.tar.bz2 bcfg2-1baa342cb4e8a9c7775a5a52406d0bf2019382ce.zip |
Add missing options to the bcfg2(1) manpage
A few of the existing bcfg2(1) options were missing from the manpage.
-rw-r--r-- | man/bcfg2.1 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/man/bcfg2.1 b/man/bcfg2.1 index 49fd1e208..03368b400 100644 --- a/man/bcfg2.1 +++ b/man/bcfg2.1 @@ -3,7 +3,7 @@ bcfg2 \- reconfigure machine based on settings in Bcfg2 .SH SYNOPSIS .B bcfg2 -.I [\-d] [\-v] [\-p] [\-c cache file] [\-e] [\-f config file] [\-I] [\-q] [\-b bundle] [\-r removal mode] +.I [\-d] [\-v] [\-p] [\-c cache file] [\-e] [\-f config file] [\-I] [\-q] [\-z] [\-b bundle] [\-r removal mode] [\-\-ca\-cert=file] [\-\-ssl\-cns=list] [\-\-ssl\-cert=file] [\-\-ssl\-key=file] .SH DESCRIPTION .TP .BR bcfg2 @@ -62,6 +62,10 @@ Run bcfg2 against one or multiple bundles in the configuration. Cache a copy of the configuration in cachefile. .TP +.BR "\-\-ca\-cert=<ca cert>" +Specifiy the path to the SSL CA certificate. + +.TP .BR "\-d" Run bcfg2 in debug mode. @@ -137,6 +141,14 @@ to stop all services started. disabled suppresses all attempts to modify services. .TP +.BR "\-\-ssl\-cert=<ssl cert>" +Specifiy the path to the SSL certificate. + +.TP +.BR "\-\-ssl\-cns=<CommonName1:CommonName2 ...>" +List of acceptable SSL server Common Names. + +.TP .BR "\-\-ssl\-key=<ssl key>" Specifiy the path to the SSL key. @@ -156,6 +168,10 @@ seconds. .TP .BR "\-v" Run bcfg2 in verbose mode. + +.TP +.BR "\-z" +Only configure the given bundle(s). .RE .SH "SEE ALSO" .BR bcfg2-server(8), |