From 16691885895c39b8f2f897b069b3fb4546f29e15 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 1 Feb 2015 17:41:31 +0100 Subject: [PATCH] sysdb(1): Document SSL related command line options. --- doc/sysdb.1.txt | 19 +++++++++++++++++++ doc/sysdbd.conf.5.txt | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) 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 -- 2.30.2