diff options
author | June McEnroe <june@causal.agency> | 2021-04-03 18:30:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-03 18:30:48 -0400 |
commit | d551d64b4b78c412b6f408bc113e9a699bafff10 (patch) | |
tree | 75938de68219527ba71f8c9f665b4294d995f4e2 /litterbox.1 | |
parent | Clarify configuration path interpretations (diff) | |
download | litterbox-d551d64b4b78c412b6f408bc113e9a699bafff10.tar.gz litterbox-d551d64b4b78c412b6f408bc113e9a699bafff10.zip |
Add -t option to trust self-signed certificates
Not adding a corresponding -o option like in pounce and catgirl, since litterbox is likely connecting to pounce anyway.
Diffstat (limited to 'litterbox.1')
-rw-r--r-- | litterbox.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/litterbox.1 b/litterbox.1 index 11ee676..f535f9f 100644 --- a/litterbox.1 +++ b/litterbox.1 @@ -1,4 +1,4 @@ -.Dd August 22, 2020 +.Dd April 3, 2021 .Dt LITTERBOX 1 .Os . @@ -19,6 +19,7 @@ .Op Fl l Ar limit .Op Fl n Ar nick .Op Fl p Ar port +.Op Fl t Ar trust .Op Fl u Ar user .Op Fl w Ar pass .Op Ar config ... @@ -213,6 +214,15 @@ The searchable columns are For search query syntax, see .Aq Lk https://www.sqlite.org/fts5.html#full_text_query_syntax . . +.It Fl t Ar path , Cm trust = Ar path +Trust the self-signed certificate loaded from +.Ar path +and disable server name verification. +The +.Ar path +is searched for in the same manner +as configuration files. +. .It Fl u Ar user , Cm user = Ar user Set the username to .Ar user . |