From d83ed2bc5c70079dccfe6f6eda7909cf6e27dcb4 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Sat, 15 Aug 2026 16:06:40 -0700 Subject: MOD: fix. --- irc.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/irc.html b/irc.html index 9e573bc..2c49e0f 100644 --- a/irc.html +++ b/irc.html @@ -23,12 +23,9 @@ sasl-plain = <nick>:<password>

and switch to cert-only auth:

nick = <nick>
 sasl-external
-cert = ~/.config/catgirl/cert.crt
-priv = ~/.config/catgirl/cert.key
+cert = ~/.config/catgirl/cert.pem

that cert + key is a self-signed tls client cert you make once:

-
openssl req -x509 -newkey ec -pkeyopt ec_paramgen_curve:P-256 \
-    -keyout ~/.config/catgirl/cert.key -out ~/.config/catgirl/cert.crt \
-    -days 3650 -nodes -subj "/CN=<nick>"
+
catgirl -g ~/.config/catgirl/cert.pem

no logs of your messages or ip, no email, no ads. if you want an account just connect and register, i dont gate it.

oper (admin) is me. if somethings broken, email me.

-- cgit 1.4.1