From: Sebastian Harl Date: Sun, 1 Feb 2015 16:50:37 +0000 (+0100) Subject: sysdb(1), sysdbd(1): Document files used by the tools by default. X-Git-Tag: sysdb-0.7.0~14 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=789753071f0628ba111a12a87b701c74cfbf43f3;ds=sidebyside sysdb(1), sysdbd(1): Document files used by the tools by default. --- diff --git a/doc/sysdb.1.txt b/doc/sysdb.1.txt index ba64f71..33a561d 100644 --- a/doc/sysdb.1.txt +++ b/doc/sysdb.1.txt @@ -70,6 +70,17 @@ 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. diff --git a/doc/sysdbd.1.txt b/doc/sysdbd.1.txt index 6c90f42..443927f 100644 --- a/doc/sysdbd.1.txt +++ b/doc/sysdbd.1.txt @@ -41,6 +41,17 @@ OPTIONS *-V*:: Display the version number and copyright information. +FILES +----- + +*/etc/sysdb/sysdbd.conf*:: + The default main configuration file for the SysDB daemon. + +*/etc/sysdb/ssl/key.pem*:: +*/etc/sysdb/ssl/cert.pem*:: + The default SSL private key and certificate files to use for SSL + connections. + SIGNALS -------