--
This commit is contained in:
4
irc.html
4
irc.html
@ -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>
|
||||
|
Reference in New Issue
Block a user