summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: faf43f8)
raw | patch | inline | side by side (parent: faf43f8)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Feb 2015 16:41:31 +0000 (17:41 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 1 Feb 2015 16:41:31 +0000 (17:41 +0100) |
doc/sysdb.1.txt | patch | blob | history | |
doc/sysdbd.conf.5.txt | patch | blob | history |
diff --git a/doc/sysdb.1.txt b/doc/sysdb.1.txt
index caed0db3989296863a6dad9a10656d97e8b92345..ba64f713dce47a13010d743a306499001636cf13 100644 (file)
--- a/doc/sysdb.1.txt
+++ b/doc/sysdb.1.txt
-------
*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.
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.
diff --git a/doc/sysdbd.conf.5.txt b/doc/sysdbd.conf.5.txt
index 5aed24f7f9d3f1eb1c7240c6c1a9ece161ceeca1..e3af5daadc5f52156a980e1fe009dd3acdeadae0 100644 (file)
--- a/doc/sysdbd.conf.5.txt
+++ b/doc/sysdbd.conf.5.txt
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