From 9da083f9820b328e79f2e1ac58e4fd6020246be7 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 12 Jan 2020 23:13:21 -0500 Subject: Add option for client cert and SASL EXTERNAL --- litterbox.1 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'litterbox.1') 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 -- cgit 1.4.1