summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2015-10-25 01:00:19 +0200
committerWim <wim@42.be>2015-10-25 01:00:19 +0200
commit8b6a00d1c58ee505fa1f5515d561eb909cb8063a (patch)
tree989fd9184a815f8d3581b77f889d0deb73420e3b /README.md
parent43738dbc89c888967181309002dc46b2c64990a0 (diff)
downloadmatterbridge-msglm-8b6a00d1c58ee505fa1f5515d561eb909cb8063a.tar.gz
matterbridge-msglm-8b6a00d1c58ee505fa1f5515d561eb909cb8063a.tar.bz2
matterbridge-msglm-8b6a00d1c58ee505fa1f5515d561eb909cb8063a.zip
Add SkipTLSVerify option for mattermost, allows selfsigned certificates
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 655d4619..5946908f 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,8 @@ port=9999
showjoinpart=true #show irc users joining and parting
#the token you get from the outgoing webhook in mattermost. If empty no token check will be done.
token=yourtokenfrommattermost
-
+#disable certificate checking (selfsigned certificates)
+#SkipTLSVerify=true
```
### mattermost