From c3644c8d3b4fa87e0a001d8c419edbfbd67ceb5b Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 5 Feb 2022 21:12:03 +0100 Subject: Add support for client certificate (irc) (#1710) Supports https://libera.chat/guides/certfp.html --- matterbridge.toml.sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'matterbridge.toml.sample') diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index fd341ff8..8bc0f6c1 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -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) -- cgit v1.2.3