diff --git a/pages/external/identifying.html b/pages/external/identifying.html index c311607..5aadb92 100644 --- a/pages/external/identifying.html +++ b/pages/external/identifying.html @@ -72,6 +72,18 @@ cp YOURNICKNAMEHERE.pem ~/.config/hexchat/certs/client.pem
config networks.<network>.certfile /full/path/to/pem.file
NOTE: This is server specific. ProgVal/Limnoria#612 is feature request for global certfiles.
I recommend you to /script install iset.pl
for easier configuring when you aren't following this.
Put the .pem file somewhere where your WeeChat can access it, preferably ~/.weechat
or whenever your "WeeChat home" is and run the following commands in WeeChat:
/set irc.server_default.ssl_cert %h/YOURNICKNAMEHERE.pem"
+/set irc.server_default.ssl on
+/set irc.server_default.ssl_dhkey_size 1024
+/set irc.server_default.ssl_verify off
+dhkey_size
to 1024
(required by some networks like freenode).NickServ wants to know the fingerprint which you can get with the following command:
diff --git a/pages/external/identifying.html.md b/pages/external/identifying.html.md index 992d836..9364e5d 100644 --- a/pages/external/identifying.html.md +++ b/pages/external/identifying.html.md @@ -140,7 +140,26 @@ config networks.