diff options
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 3 |
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' |
