Add support for client certificate (irc) (#1710)

Supports https://libera.chat/guides/certfp.html
This commit is contained in:
Wim
2022-02-05 21:12:03 +01:00
committed by GitHub
parent 6438a3dba3
commit c3644c8d3b
2 changed files with 38 additions and 1 deletions

View File

@@ -24,6 +24,13 @@ Password=""
#OPTIONAL (default false)
UseTLS=false
#Use client certificate - see CertFP https://libera.chat/guides/certfp.html
#Specify filename which contains private key and cert
#OPTIONAL (default "")
#
#TLSClientCertificate="cert.pem"
TLSClientCertificate=""
#Enable SASL (PLAIN) authentication. (libera requires this from eg AWS hosts)
#It uses NickServNick and NickServPassword as login and password
#OPTIONAL (default false)