diff options
author | Test_User <hax@runxiyu.org> | 2024-10-01 01:08:24 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-10-01 01:08:24 +0800 |
commit | c230be18d74d18cd1c8b82ab4650107a9e8526e6 (patch) | |
tree | fbc35844bfe2a2dca4d6171745900f0f5f8bfbea | |
parent | nick limitations are fake (diff) | |
download | rxirc-www-master.tar.gz rxirc-www-master.zip |
-rw-r--r-- | nickserv.html | 2 |
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> |