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:25:28 +01:00
parent fa54e6429d
commit ae2b1f1e9e
+1 -1
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"