Merge pull request #301 from PeGaSuS-Coder/patch-3

Update config.md
This commit is contained in:
David Schultz 2021-06-24 20:12:34 -05:00 committed by GitHub
commit 31838f4300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,9 @@
Generate a TLS keypair and point `bot.conf`'s `tls-key` to the private key and `tls-certificate` to the public key. Generate a TLS keypair and point `bot.conf`'s `tls-key` to the private key and `tls-certificate` to the public key.
Below is an OpenSSL command example that will create a `bitbot-cert.pem` and `bitbot-key.pem` with `10y` validity (self-signed):
> openssl req -x509 -nodes -sha512 -newkey rsa:4096 -keyout bitbot-key.pem -out bitbot-cert.pem -days 3650 -subj "/CN=YourBotNick"
### Configure SASL ### Configure SASL
Configure the bot to use SASL to authenticate (usually used for `NickServ` identification) Configure the bot to use SASL to authenticate (usually used for `NickServ` identification)