diff options
author | June McEnroe <june@causal.agency> | 2020-08-22 17:26:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-22 17:26:16 -0400 |
commit | 2b7a812968acd973187d911f556b33f63baced7c (patch) | |
tree | 8335775372d690c1d27ade809f7d78d81814b44e | |
parent | Use a static buffer for base directory paths (diff) | |
download | litterbox-2b7a812968acd973187d911f556b33f63baced7c.tar.gz litterbox-2b7a812968acd973187d911f556b33f63baced7c.zip |
Document how cert/priv are searched for
-rw-r--r-- | litterbox.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/litterbox.1 b/litterbox.1 index b7d0111..a34895c 100644 --- a/litterbox.1 +++ b/litterbox.1 @@ -1,4 +1,4 @@ -.Dd July 19, 2020 +.Dd August 22, 2020 .Dt LITTERBOX 1 .Os . @@ -135,6 +135,10 @@ Load the TLS client certificate from .Ar path and authenticate with SASL EXTERNAL, also known as CertFP. +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 . @@ -158,6 +162,10 @@ Join the comma-separated list of channels .It Fl k Ar path , Cm priv = Ar path 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 Ar limit , Cm limit = Ar limit Limit the number of results |