Document how cert/priv are searched for
This has always been how it works, but it was previously undocumented.master
parent
d9a0364cb4
commit
1abeece988
10
catgirl.1
10
catgirl.1
|
@ -1,4 +1,4 @@
|
||||||
.Dd July 13, 2020
|
.Dd August 20, 2020
|
||||||
.Dt CATGIRL 1
|
.Dt CATGIRL 1
|
||||||
.Os
|
.Os
|
||||||
.
|
.
|
||||||
|
@ -121,6 +121,10 @@ it is recommended to use SASL EXTERNAL instead with
|
||||||
.It Fl c Ar path , Cm cert = Ar path
|
.It Fl c Ar path , Cm cert = Ar path
|
||||||
Load the TLS client certificate from
|
Load the TLS client certificate from
|
||||||
.Ar path .
|
.Ar path .
|
||||||
|
The
|
||||||
|
.Ar path
|
||||||
|
is searched for in the same manner
|
||||||
|
as configuration files.
|
||||||
If the private key is in a separate file,
|
If the private key is in a separate file,
|
||||||
it is loaded with
|
it is loaded with
|
||||||
.Fl k .
|
.Fl k .
|
||||||
|
@ -172,6 +176,10 @@ Join the comma-separated list of channels
|
||||||
.It Fl k Ar path , Cm priv = Ar priv
|
.It Fl k Ar path , Cm priv = Ar priv
|
||||||
Load the TLS client private key from
|
Load the TLS client private key from
|
||||||
.Ar path .
|
.Ar path .
|
||||||
|
The
|
||||||
|
.Ar path
|
||||||
|
is searched for in the same manner
|
||||||
|
as configuration files.
|
||||||
.
|
.
|
||||||
.It Fl l , Cm log
|
.It Fl l , Cm log
|
||||||
Log chat events to files in paths
|
Log chat events to files in paths
|
||||||
|
|
Loading…
Reference in New Issue