From: Emil Williams Date: Fri, 4 Jul 2025 05:20:21 +0000 (+0000) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=d7b6aeedbcc4b95aa1950a7a1e36b85b484054b5;p=emil-xolatile.top.git -- --- diff --git a/irc.html b/irc.html index 3357375..8bf2b54 100644 --- a/irc.html +++ b/irc.html @@ -48,14 +48,14 @@ set 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
-$ openssl req -new -x509 -key private.pem -out cert.pem -days 365
+openssl genpkey -algorithm ed25519 -out private.pem
+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
+cat private.pem cert.pem > nick.pem
+rm private.pem cert.pem
 # 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/
+openssl x509 -in nick.pem -outform DER | sha256sum -b | awk '{print $1}'
+mv nick.pem ~/.cert/
 

Add that fingerprint like this: