summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-20 21:22:29 -0400
committerJune McEnroe <june@causal.agency>2020-08-20 21:22:29 -0400
commit1abeece98800f1ea19724e91751e9d1b0a177d39 (patch)
tree7f855bef08709e73da3df34d2b47b24995a3edc9
parentUse configPath to load TLS cert/priv (diff)
downloadcatgirl-1abeece98800f1ea19724e91751e9d1b0a177d39.tar.gz
catgirl-1abeece98800f1ea19724e91751e9d1b0a177d39.zip
Document how cert/priv are searched for
This has always been how it works, but it was previously undocumented.
-rw-r--r--catgirl.110
1 files changed, 9 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1
index 363c393..6ae5d51 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -1,4 +1,4 @@
-.Dd July 13, 2020
+.Dd August 20, 2020
 .Dt CATGIRL 1
 .Os
 .
@@ -121,6 +121,10 @@ it is recommended to use SASL EXTERNAL instead with
 .It Fl c Ar path , Cm cert = Ar path
 Load the TLS client certificate from
 .Ar path .
+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 .
@@ -172,6 +176,10 @@ Join the comma-separated list of channels
 .It Fl k Ar path , Cm priv = Ar priv
 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 , Cm log
 Log chat events to files in paths
ures listJune McEnroe 2021-01-25Move mention of pledge(2) and unveil(2) to READMEJune McEnroe 2021-01-23Preserve order of filters when removingJune McEnroe 2021-01-23Fix /unignore commandJune McEnroe 2021-01-23Remove use of "%n" to appease de RaadtJune McEnroe 2021-01-23Drop filesystem access iff possibleKlemens Nanni 2021-01-23Drop exec capability iff restrictedKlemens Nanni 2021-01-23Drop network capability after ircConnect()Klemens Nanni 2021-01-23Call pledge(2) after unveil(2)Klemens Nanni 2021-01-23Separate kiosk mode from restrict modeJune McEnroe 2021-01-21Simplify windowUpdate loops and factor out windowTopJune McEnroe 2021-01-21Document that M-l shows timestampsJune McEnroe 2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien 2021-01-19Use Warm heat for manually inserted blank linesJune McEnroe 2021-01-18Add example tmux(1) configKlemens Nanni 2021-01-17Use Warm heat for blank linesJune McEnroe 2021-01-16Add -I highlight option and /highlightJune McEnroe