X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2Fsysdb.1.txt;h=ba64f713dce47a13010d743a306499001636cf13;hp=caed0db3989296863a6dad9a10656d97e8b92345;hb=16691885895c39b8f2f897b069b3fb4546f29e15;hpb=faf43f85e96c8bf723c6554d9113eafd5afe5130 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.