diff options
author | June McEnroe <june@causal.agency> | 2020-01-12 23:13:21 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-01-12 23:15:35 -0500 |
commit | 9da083f9820b328e79f2e1ac58e4fd6020246be7 (patch) | |
tree | f9a5711da5fba9530761966466f2b1ac7c37db33 /litterbox.1 | |
parent | Add Linux.mk (diff) | |
download | litterbox-9da083f9820b328e79f2e1ac58e4fd6020246be7.tar.gz litterbox-9da083f9820b328e79f2e1ac58e4fd6020246be7.zip |
Add option for client cert and SASL EXTERNAL
Diffstat (limited to '')
-rw-r--r-- | litterbox.1 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/litterbox.1 b/litterbox.1 index 64b145d..3a179ae 100644 --- a/litterbox.1 +++ b/litterbox.1 @@ -1,4 +1,4 @@ -.Dd January 11, 2020 +.Dd January 12, 2020 .Dt LITTERBOX 1 .Os . @@ -10,9 +10,11 @@ .Nm .Op Fl Qqv .Op Fl N Ar network +.Op Fl c Ar cert .Op Fl d Ar path .Op Fl h Ar host .Op Fl j Ar join +.Op Fl k Ar priv .Op Fl l Ar limit .Op Fl n Ar nick .Op Fl p Ar port @@ -88,6 +90,14 @@ The searchable columns are For search query syntax, see .Aq Lk https://www.sqlite.org/fts5.html#full_text_query_syntax . . +.It Fl c Ar path , Cm cert = Ar path +Load the TLS client certificate from +.Ar path +and authenticate with SASL EXTERNAL. +If the private key is in a separate file, +it is loaded with +.Fl k . +. .It Fl d Ar path , Cm database = Ar path Set the path to the database file. The possible default paths @@ -105,6 +115,10 @@ Initialize the database. Join the comma-separated list of channels .Ar chan . . +.It Fl k Ar path , Cm priv = Ar path +Load the TLS client private key from +.Ar path . +. .It Fl l Ar limit , Cm limit = Ar limit Limit the number of results in the search query interface |