Merge pull request #726 from ghostfreeman/master

#725 Updated wording to include reference to openssl sha256 argument
This commit is contained in:
Lorenz Hübschle-Schneider 2016-01-03 09:04:11 +01:00
commit bf7ce1678d

View file

@ -174,7 +174,7 @@
<pre>
$ 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'}}/"
</pre>
<p>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:</p>
<pre>