diff options
-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> |