aboutsummaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGravatar JustAnotherArchivist2019-12-15 15:37:07 +0000
committerGravatar JustAnotherArchivist2019-12-15 15:37:07 +0000
commit03dfcf3e791b8af8806d8ce40701eff5582837af (patch)
tree426ba34f8c785974d6b1b1922c8813dfcd7f1a79 /config.example.toml
parentUse plain text message payloads instead of JSON (diff)
signature
Add CertFP support
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index f2f343d..7c2ff18 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -5,6 +5,9 @@
#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
+ #certfile =
+ #certkeyfile =
[web]
#host = '127.0.0.1'