Created
September 14, 2015 18:05
-
-
Save meskarune/f4df3bdd89606982722e to your computer and use it in GitHub Desktop.
weechat relay with ssl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't forget to open port 9001 in your firewall