From 1abeece98800f1ea19724e91751e9d1b0a177d39 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 20 Aug 2020 21:22:29 -0400 Subject: Document how cert/priv are searched for This has always been how it works, but it was previously undocumented. --- catgirl.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'catgirl.1') 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 -- cgit 1.4.1