Code

sysdb(1): Document SSL related command line options.
authorSebastian Harl <sh@tokkee.org>
Sun, 1 Feb 2015 16:41:31 +0000 (17:41 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 1 Feb 2015 16:41:31 +0000 (17:41 +0100)
doc/sysdb.1.txt
doc/sysdbd.conf.5.txt

index caed0db3989296863a6dad9a10656d97e8b92345..ba64f713dce47a13010d743a306499001636cf13 100644 (file)
@@ -22,6 +22,9 @@ OPTIONS
 -------
 *sysdb* accepts the following command-line options.
 
+Connection options:
+~~~~~~~~~~~~~~~~~~~
+
 *-H* '<host>'::
        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* '<keyfile>'::
+       The SSL private key file to use for SSL connections.
+
+*-C* '<certfile>'::
+       The SSL certificate file to use for SSL connections.
+
+*-A* '<cafile>'::
+       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.
 
index 5aed24f7f9d3f1eb1c7240c6c1a9ece161ceeca1..e3af5daadc5f52156a980e1fe009dd3acdeadae0 100644 (file)
@@ -89,8 +89,8 @@ GLOBAL SETTINGS
                Specify the SSL server private key file to use for SSL connections.
 
        *SSLCACertificates* '<filename>';;
-               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* '<name>'::
        Loads the backend named '<name>'. Backends are special plugins taking care