X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2Fsysdb.1.txt;h=ce73dbe0fe86117320c1e9313a2466b750c3db5c;hp=c8d27e35a2b6f0739d5af2fe05e01645210ee668;hb=2a77f65fe90397f95f6f83fa394e7c1ee304b09e;hpb=3159709f51912bdb1ed386a6c7ea8b5a68812d84 diff --git a/doc/sysdb.1.txt b/doc/sysdb.1.txt index c8d27e3..ce73dbe 100644 --- a/doc/sysdb.1.txt +++ b/doc/sysdb.1.txt @@ -1,7 +1,5 @@ sysdb(1) ======== -Sebastian "tokkee" Harl -version {package_version}, {build_date} :doctype: manpage NAME @@ -24,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. @@ -38,12 +39,33 @@ 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. *-V*:: Display the version number and copyright information. +AUTHENTICATION +-------------- + +include::sysdb-auth.txt[] + EXIT CODES ---------- *0*:: @@ -53,13 +75,26 @@ EXIT CODES Failure (syntax or usage error). When using the *-c* option, sysdb exits with status 1 if the specified command failed. +FILES +----- + +*~/.config/sysdb/ssl/key.pem*:: +*~/.config/sysdb/ssl/cert.pem*:: + The default SSL private key and certificate files to use for SSL + connections. + +*~/.sysdb_history*:: + The command-line history is stored in this file. + BUGS ---- None known. SEE ALSO -------- -*sysdbd*(1) +manpage:sysdbd[1], manpage:sysdbql[7] + +The SysDB homepage: https://sysdb.io/ AUTHOR ------