From: Sebastian Harl Date: Sun, 1 Feb 2015 16:41:31 +0000 (+0100) Subject: sysdb(1): Document SSL related command line options. X-Git-Tag: sysdb-0.7.0~15 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=16691885895c39b8f2f897b069b3fb4546f29e15 sysdb(1): Document SSL related command line options. --- diff --git a/doc/sysdb.1.txt b/doc/sysdb.1.txt index caed0db..ba64f71 100644 --- a/doc/sysdb.1.txt +++ b/doc/sysdb.1.txt @@ -22,6 +22,9 @@ OPTIONS ------- *sysdb* accepts the following command-line options. +Connection options: +~~~~~~~~~~~~~~~~~~~ + *-H* '':: The SysDB host to connect to. May be specified as the path to a UNIX socket opened by the daemon. Defaults to {localstatedir}/run/sysdbd.sock. @@ -36,6 +39,22 @@ OPTIONS separately. Exit the process after handling the reply from the last command. +SSL options: +~~~~~~~~~~~~ + +*-K* '':: + The SSL private key file to use for SSL connections. + +*-C* '':: + The SSL certificate file to use for SSL connections. + +*-A* '':: + The certificate authority (CA) certificates file for server certificate + verification to use for SSL connection. + +General options: +~~~~~~~~~~~~~~~~ + *-h*:: Display a usage and help summary and exit. diff --git a/doc/sysdbd.conf.5.txt b/doc/sysdbd.conf.5.txt index 5aed24f..e3af5da 100644 --- a/doc/sysdbd.conf.5.txt +++ b/doc/sysdbd.conf.5.txt @@ -89,8 +89,8 @@ GLOBAL SETTINGS Specify the SSL server private key file to use for SSL connections. *SSLCACertificates* '';; - Specify the file containing CA certificates for client verification - purposes to use for SSL connnections. + Specify the file containing certificate authority (CA) certificates + for client verification purposes to use for SSL connnections. *LoadBackend* '':: Loads the backend named ''. Backends are special plugins taking care