bitbot-irc / bitbot

https://bitbot.dev | Python3 event-driven modular IRCv3 bot 🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{Question] How do you generate "client TLS certificate" ?

Mikaela opened this issue · comments

Generate a TLS keypair and point bot.conf's tls-key to the private key and tls-certificate to the public key.

I am mostly seeing this done either automagically by <LetsEncrypt client> or similar to Limnoria's documentation which results a single .pem file and I think the config.md document could be a lot more helpful if it gave the command or any pointers.

looks like this was done in a5f29ce