From 9aec588a6d30847101365d69da9fba40bc3a9642 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Fri, 20 Dec 2024 11:11:29 -0800 Subject: [PATCH] Apply suggestions from code review --- content/_guides/certfp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_guides/certfp.md b/content/_guides/certfp.md index 7b37e9a..10d2827 100644 --- a/content/_guides/certfp.md +++ b/content/_guides/certfp.md @@ -138,7 +138,7 @@ punctuation (e.g. `certs/libera.pem` or `certs/Example Server.pem`). ### Konversation -Create the .pem file as per above using `rsa:4096` instead of `ed25591`, +Create the .pem file as per above using `rsa:4096` instead of `ed25519`, then place it wherever you want. Start Konversation, then open the Identity dialogue by either pressing F8 or via the Settings menu entry. Choose the identity you use for the Libera.Chat network or create a new one. @@ -213,4 +213,4 @@ will be logged into your account automatically. Optionally, or if you wish to This can happen if your client does not support the `ed25519` algorithm. If you wish to continue with this client, you will need to replace your certificate using the same command as above, but with `rsa:4096` in place of -`ed25591`. +`ed25519`.