From: Emil Williams Date: Fri, 4 Jul 2025 05:21:28 +0000 (+0000) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=709c8095cdc4c9bf9f14e16fc45958f81c941439;p=emil-xolatile.top.git -- --- 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: