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

index 3357375302062843df136af332887cb057bb8809..8bf2b54c57b35907a27f09a181b831b1ca2625f3 100644 (file)
--- a/irc.html
+++ b/irc.html
@@ -48,14 +48,14 @@ set sasl_fail = continue
 </pre>
 <p>The following commands are required, this generates a valid certificate and prints the fingerprint which you must copy to your IRC client.</p>
 <pre>
-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/
 </pre>
 <p>Add that fingerprint like this:</p>
 <pre>