]> git.xolatile.top Git - emil-xolatile.top.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Fri, 4 Jul 2025 05:21:28 +0000 (05:21 +0000)
committerEmil Williams <emilemilemil@cock.li>
Fri, 4 Jul 2025 05:21:28 +0000 (05:21 +0000)
irc.html

index 8bf2b54c57b35907a27f09a181b831b1ca2625f3..2aa434557c1530051caa2b5ee91da4e7dd559c8b 100644 (file)
--- 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 &lt;FINGERPRINT&gt;, copy this into your clipboard...
 openssl x509 -in nick.pem -outform DER | sha256sum -b | awk '{print $1}'
 mv nick.pem ~/.cert/
 </pre>
 <p>Add that fingerprint like this:</p>
 <pre>
-/msg nickserv cert add FINGERPRINT
+/msg nickserv cert add &lt;FINGERPRINT&gt;
 </pre>
 <p>For weechat, you may configure it like this, and in general these are the details you must supply:</p>
 <pre>