Skip to content

Instantly share code, notes, and snippets.

@meskarune
Created September 14, 2015 18:05
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save meskarune/f4df3bdd89606982722e to your computer and use it in GitHub Desktop.
Save meskarune/f4df3bdd89606982722e to your computer and use it in GitHub Desktop.
weechat relay with ssl
mkdir ~/.weechat/ssl-cert
cd ~/.weechat/ssl-cert
openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -out relay.pem
In weechat:
/set relay.network.ssl_cert_key "/home/username/.weechat/ssl-cert/relay.pem"
/relay add ssl.weechat 9001
/set relay.network.password "your password"
@meskarune
Copy link
Author

Don't forget to open port 9001 in your firewall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment