From 709c8095cdc4c9bf9f14e16fc45958f81c941439 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Fri, 4 Jul 2025 05:21:28 +0000 Subject: [PATCH] -- --- irc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc.html b/irc.html index 8bf2b54..2aa4345 100644 --- a/irc.html +++ b/irc.html @@ -53,13 +53,13 @@ openssl req -new -x509 -key private.pem -out cert.pem -days 365 # go through the prompt, just hit enter... cat private.pem cert.pem > nick.pem rm private.pem cert.pem -# then get your fingerprint, copy this into your clipboard... +# then get your <FINGERPRINT>, copy this into your clipboard... openssl x509 -in nick.pem -outform DER | sha256sum -b | awk '{print $1}' mv nick.pem ~/.cert/

Add that fingerprint like this:

-/msg nickserv cert add FINGERPRINT
+/msg nickserv cert add <FINGERPRINT>
 

For weechat, you may configure it like this, and in general these are the details you must supply:

-- 
2.39.5