From 9e8d94b0f27f2309a5c2705be205980d711e857b Mon Sep 17 00:00:00 2001 From: Cameron Kilgore Date: Sat, 2 Jan 2016 21:08:20 -0500 Subject: [PATCH] #725 Updated wording to include reference to openssl sha256 argument --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: