File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ your IRC network's requirements::
434434
435435 [core]
436436 client_cert_file = /path/to/cert.pem # your bot's client certificate
437- # SASL is not always required for CertFP; check your network's help
437+ # some networks require SASL EXTERNAL for CertFP to work
438438 auth_method = sasl # if required
439439 auth_target = EXTERNAL # if required
440440
@@ -487,16 +487,16 @@ Or you can combine NickServ ``IDENTIFY`` and CertFP::
487487
488488 [core]
489489 # nick-based auth
490- auth_method = nickserv # select nick-based auth
491- # auth_username is not required for nickserv
492- auth_password = SopelIsGreat! # your bot's password
493- auth_target = NickServ # default value
494-
495- # CertFP with SASL requirement
496490 client_cert_file = /path/to/cert.pem # your bot's client certificate
491+ # some networks require SASL EXTERNAL for CertFP to work
492+ auth_method = sasl # if required
493+ auth_target = EXTERNAL # if required
494+
495+ # server-based auth
497496 # SASL is not always required for CertFP; check your network's help
498- server_auth_method = sasl # if required
499- server_auth_target = EXTERNAL # if required
497+ server_auth_method = server # select server auth
498+ # server_auth_username is not required for this method
499+ server_auth_password = TheBestIRCNetEver # password for server access
500500
501501.. important ::
502502
You can’t perform that action at this time.
0 commit comments