diff options
| author | 2018-12-05 16:01:49 +0000 | |
|---|---|---|
| committer | 2018-12-05 16:01:49 +0000 | |
| commit | 0ecdf4d69be24ecd77178b517bf6706ee199bf39 (patch) | |
| tree | 61d6543069112e2d12242f585ca1c891f0d841d9 /bot.conf.example | |
| parent | Add horizontal spacing to bot.conf.example, otherwise it's very confusing (diff) | |
| signature | ||
Comment tls-* keys in bot.conf.example
Diffstat (limited to 'bot.conf.example')
| -rw-r--r-- | bot.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index 9efca954..28be3183 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -1,6 +1,9 @@ [bot] +# client-side tls key/cert for IRC connections tls-key = tls-certificate = + +# key/cert used for REST API tls-api-key = tls-api-certificate = |
