summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@runxiyu.org>2024-10-01 01:08:24 +0800
committerRunxi Yu <me@runxiyu.org>2024-10-01 01:08:24 +0800
commitc230be18d74d18cd1c8b82ab4650107a9e8526e6 (patch)
treefbc35844bfe2a2dca4d6171745900f0f5f8bfbea
parentnick limitations are fake (diff)
downloadrxirc-www-master.tar.gz
rxirc-www-master.zip
tls is not always "secure"HEADmaster
-rw-r--r--nickserv.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nickserv.html b/nickserv.html
index 1a17cdb..1bcd462 100644
--- a/nickserv.html
+++ b/nickserv.html
@@ -24,7 +24,7 @@ pre, code {font-size: 11pt; background: #ddd;}
</ul>
<p>Be creative! Once you choose your nickname, you can switch to it with:</p>
<pre><code>/nick MyAwesomeNewNickName</code></pre>
-<p>And configure your client to use that nickname afterwards.<br/>Registering a nickname currently (might change in the future) requires a TLS client certificate and that you connect to the network securely. The following will generate a certificate for you:</p>
+<p>And configure your client to use that nickname afterwards.<br/>Registering a nickname currently (might change in the future) requires a non-expired TLS client certificate. The following will generate a certificate for you:</p>
<pre><code>$ openssl req -x509 -new -newkey ed25519 -sha256 -nodes -out rx.pem -keyout rx.pem</code></pre>