1
0
This commit is contained in:
2025-05-27 19:11:03 -06:00
parent 4c421647b5
commit 51ef3b4db4

View File

@ -16,7 +16,7 @@
/msg nickserv register <PASSWORD>
</pre>
<h2>Authentication methods (pick one)</h2>
<h3>SASL PLAIN</h3>
<h3>1. SASL PLAIN</h3>
<p>Simple plaintext password, the most widely supported and relatively easy to setup.</p>
<pre>
set sasl_mechanism = plain
@ -24,7 +24,7 @@ set sasl_username = nick
set sasl_password = <PASSWORD> # same as registration
</pre>
</p>
<h3>CertFP/SASL EXTERN</h3>
<h3>2. CertFP/SASL EXTERN</h3>
<p>Certificate based authentication, more intensive setup. You're objectively cooler for using it.</p>
<p>The following commands are required, this generates a valid certificate and prints the fingerprint which you must copy to your IRC client.</p>
<pre>