diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 7 |
1 files changed, 7 insertions, 0 deletions
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) |