diff --git a/index.html b/index.html index 591e1ac..b28d6fb 100644 --- a/index.html +++ b/index.html @@ -89,9 +89,10 @@
- /set relay.network.password yourpassword - /relay add weechat 9001+
+/set relay.network.password yourpassword +/relay add weechat 9001 +WeeChat version 0.4.2 or higher is required.
- $ mkdir -p ~/.weechat/ssl - $ cd ~/.weechat/ssl - $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out relay.pem -+
+$ mkdir -p ~/.weechat/ssl +$ cd ~/.weechat/ssl +$ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out relay.pem +If WeeChat is already running, you can reload the certificate and private key with command: -
- /relay sslcertkey - /relay add ssl.weechat 8000 -+
+/relay sslcertkey +/relay add ssl.weechat 8000 +