-
-
Save greister/382a56b4d1c154eb9e4a093900e96c36 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