diff --git a/index.html b/index.html index 7daf2f2..48c54ea 100644 --- a/index.html +++ b/index.html @@ -174,7 +174,7 @@
$ mkdir -p ~/.weechat/ssl $ cd ~/.weechat/ssl -$ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out relay.pem -subj "/CN={{settings.host || 'your weechat host'}}/" +$ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out relay.pem -sha256 -subj "/CN={{settings.host || 'your weechat host'}}/"
If WeeChat is already running, you can reload the certificate and private key and set up an encrypted relay on port {{ settings.port || 9001 }} with these WeeChat commands: