diff options
author | June McEnroe <june@causal.agency> | 2020-08-20 21:22:29 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-20 21:22:29 -0400 |
commit | 1abeece98800f1ea19724e91751e9d1b0a177d39 (patch) | |
tree | 7f855bef08709e73da3df34d2b47b24995a3edc9 | |
parent | Use configPath to load TLS cert/priv (diff) | |
download | catgirl-1abeece98800f1ea19724e91751e9d1b0a177d39.tar.gz catgirl-1abeece98800f1ea19724e91751e9d1b0a177d39.zip |
Document how cert/priv are searched for
This has always been how it works, but it was previously undocumented.
-rw-r--r-- | catgirl.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index 363c393..6ae5d51 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd July 13, 2020 +.Dd August 20, 2020 .Dt CATGIRL 1 .Os . @@ -121,6 +121,10 @@ it is recommended to use SASL EXTERNAL instead with .It Fl c Ar path , Cm cert = Ar path Load the TLS client certificate from .Ar path . +The +.Ar path +is searched for in the same manner +as configuration files. If the private key is in a separate file, it is loaded with .Fl k . @@ -172,6 +176,10 @@ Join the comma-separated list of channels .It Fl k Ar path , Cm priv = Ar priv Load the TLS client private key from .Ar path . +The +.Ar path +is searched for in the same manner +as configuration files. . .It Fl l , Cm log Log chat events to files in paths |