diff options
| author | 2020-05-11 14:30:02 +0000 | |
|---|---|---|
| committer | 2020-05-11 14:30:02 +0000 | |
| commit | 471290356dad136ac933a1ea1eee9ed81819a8e7 (patch) | |
| tree | dd48b51d7eb4b364b909ac5a2413ad392a4c342f /config.example.toml | |
| parent | Clean 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.toml | 2 |
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 = |
