summary refs log tree commit diff
path: root/irc.html
diff options
context:
space:
mode:
Diffstat (limited to 'irc.html')
-rw-r--r--irc.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/irc.html b/irc.html index 9e573bc..2c49e0f 100644 --- a/irc.html +++ b/irc.html
@@ -23,12 +23,9 @@ sasl-plain = &lt;nick&gt;:&lt;password&gt;</pre>
23 <p>and switch to cert-only auth:</p> 23 <p>and switch to cert-only auth:</p>
24 <pre>nick = &lt;nick&gt; 24 <pre>nick = &lt;nick&gt;
25sasl-external 25sasl-external
26cert = ~/.config/catgirl/cert.crt 26cert = ~/.config/catgirl/cert.pem</pre>
27priv = ~/.config/catgirl/cert.key</pre>
28 <p>that cert + key is a self-signed tls client cert you make once:</p> 27 <p>that cert + key is a self-signed tls client cert you make once:</p>
29 <pre>openssl req -x509 -newkey ec -pkeyopt ec_paramgen_curve:P-256 \ 28 <pre>catgirl -g ~/.config/catgirl/cert.pem</pre>
30 -keyout ~/.config/catgirl/cert.key -out ~/.config/catgirl/cert.crt \
31 -days 3650 -nodes -subj "/CN=&lt;nick&gt;"</pre>
32 <p>no logs of your messages or ip, no email, no ads. if you want an account just connect and register, i dont gate it.</p> 29 <p>no logs of your messages or ip, no email, no ads. if you want an account just connect and register, i dont gate it.</p>
33 <p>oper (admin) is me. if somethings broken, <a href="mailto:r.ustydruid520@proton.me">email me</a>.</p> 30 <p>oper (admin) is me. if somethings broken, <a href="mailto:r.ustydruid520@proton.me">email me</a>.</p>
34</body> 31</body>