Comment out OTR_CAPATH

A default `OTR_CAPATH` was set in `recorder.conf`, even if it did not
exist. This went previously unnoticed, because `OTR_CAPATH` was not
honoured until #336.

Resolves #339
This commit is contained in:
Mark Hoek
2020-03-14 14:24:24 +01:00
parent fa54e6429d
commit ae2b1f1e9e

View File

@@ -5,7 +5,7 @@
OTR_TOPICS = "owntracks/#"
OTR_HTTPHOST = "0.0.0.0"
OTR_CAPATH = "/config"
# OTR_CAPATH = "/config"
# OTR_CAFILE = "ca.pem"
# OTR_CERTFILE = "cert.pem"