aboutsummaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGravatar JustAnotherArchivist2020-05-11 14:30:02 +0000
committerGravatar JustAnotherArchivist2020-05-11 14:30:02 +0000
commit471290356dad136ac933a1ea1eee9ed81819a8e7 (patch)
treedd48b51d7eb4b364b909ac5a2413ad392a4c342f /config.example.toml
parentClean up logging (diff)
signature
Switch from CertFP to the more reliable and secure SASL EXTERNAL
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index 97cf9d5..6bfa3a1 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -5,7 +5,7 @@
#ssl = 'yes'
#nick = 'h2ibot'
#real = 'I am an http2irc bot.'
- # Certificate and key for CertFP authentication with NickServ; certfile is a string containing the path to a .pem file which has the certificate and the key, certkeyfile similarly for one containing only the key; default values are empty (None in Python) to disable CertFP authentication
+ # Certificate and key for SASL EXTERNAL authentication with NickServ; certfile is a string containing the path to a .pem file which has the certificate and the key, certkeyfile similarly for one containing only the key; default values are empty (None in Python) to disable authentication; the connection is terminated if authentication fails
#certfile =
#certkeyfile =