Shows how to set password in SSL help as well
This commit is contained in:
parent
32b23bdc9b
commit
b9d95c6ea8
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
|
||||||
</pre>
|
</pre>
|
||||||
<p>If WeeChat is already running, you can reload the certificate and private key and set up an encrypted relay on port {{ port || 8000 }} with these WeeChat commands:</p>
|
<p>If WeeChat is already running, you can reload the certificate and private key and set up an encrypted relay on port {{ port || 8000 }} with these WeeChat commands:</p>
|
||||||
<pre>
|
<pre>
|
||||||
|
/set relay.network.password yourpassword
|
||||||
/relay sslcertkey
|
/relay sslcertkey
|
||||||
/relay add ssl.weechat {{ port || 8000 }}
|
/relay add ssl.weechat {{ port || 8000 }}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in a new issue