From 9d8df33458df27adeaebf3b6d91ac5fc108b7792 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 14 Jun 2025 00:47:15 -0600 Subject: [PATCH] -- --- irc.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/irc.html b/irc.html index 652b030..f798c25 100644 --- a/irc.html +++ b/irc.html @@ -40,6 +40,10 @@ set sasl_password = # same as registration

2. CertFP/SASL EXTERN

Certificate based authentication, more intensive setup. You're objectively cooler for using it.

+

The generated certificate must be added to your client before you register, or you should supply the following to Weechat.

+
+/set irc.server.chud.sasl_fail continue
+

The following commands are required, this generates a valid certificate and prints the fingerprint which you must copy to your IRC client.

 $ openssl genpkey -algorithm ed25519 -out private.pem