]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
CertFP: use client.pem on hexchat
authorDax <redacted>
Thu, 13 Jun 2019 01:26:42 +0000 (18:26 -0700)
committerEmerson Veenstra <redacted>
Tue, 25 Jun 2019 18:05:05 +0000 (14:05 -0400)
HexChat supports naming the TLS cert `client.pem` instead of messing around with network names. This is significantly less confusing and almost nobody needs different TLS certs for different networks, so let's go with it instead. Thanks to MetaNova for the info.

content/kb/using/certfp.md

index 297c6290b6cc8222c0b51a73c830898cd3f9524b..346a7c5ebbbf5d96433ba683d1b08ef1baff16d1 100644 (file)
@@ -82,12 +82,11 @@ Refer to znc's [official documentation](http://wiki.znc.in/Cert).
 HexChat
 -------
 
-The pem file should be placed in `certs/network name.pem` in the HexChat config
-directory (`~/.config/hexchat/` or `%appdata%\HexChat`), where `network name`
-is the name of the network as it appears in the network list (Ctrl-S). Note
+Place the pem file in `certs/client.pem` in the HexChat config
+directory (`~/.config/hexchat/` or `%appdata%\HexChat`). Note
 that the `certs` directory does not exist by default and you will have to
-create it yourself. Once the file is there, all subsequent SSL connections to
-that network will use the certificate.
+create it yourself. Once the file is there, all subsequent SSL connections
+will use the certificate.
 
 Konversation
 ------------