diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 16:06:40 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 16:06:40 -0700 |
| commit | d83ed2bc5c70079dccfe6f6eda7909cf6e27dcb4 (patch) | |
| tree | 9e2cdc4b03e84587ec72b9dc5bfcdcd83bc99774 /irc.html | |
| parent | 3222f7dfcca28fa5d13e0c0409ebf92677711dcf (diff) | |
MOD: fix.
Diffstat (limited to 'irc.html')
| -rw-r--r-- | irc.html | 7 |
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 = <nick>:<password></pre> | |||
| 23 | <p>and switch to cert-only auth:</p> | 23 | <p>and switch to cert-only auth:</p> |
| 24 | <pre>nick = <nick> | 24 | <pre>nick = <nick> |
| 25 | sasl-external | 25 | sasl-external |
| 26 | cert = ~/.config/catgirl/cert.crt | 26 | cert = ~/.config/catgirl/cert.pem</pre> |
| 27 | priv = ~/.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=<nick>"</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> |
