From 1a34096ac7f84e0121749f79cea5062d23f3fca4 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 16 May 2022 10:09:54 +0200 Subject: [PATCH] use lowercase nouns in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70d6d72..fc3380f 100644 --- a/README.md +++ b/README.md @@ -86,14 +86,14 @@ automatically. However up on recreation of the docker container, this process will be repeated and another unique volume will be created. As a result, the container will have forgotten about previous tracks. -## TLS between MQTT Broker and Recorder +## TLS between MQTT broker and recorder The `OTR_CAPATH` of the container defaults to the `/config` volume. Thus certificates and key files belong into the `/config` volume. `OTR_CAFILE` must be configured for TLS. `OTR_CERTFILE` defaults to `cert.pem` and `OTR_KEYFILE` to `key.pem`. These files are optional and the options are ignored if the files don't exist. -## TLS encryption via Reverse Proxy +## TLS encryption via reverse proxy The Recorder has no encryption module by it self. Instead use a reverse proxy setup. See https://github.com/jwilder/nginx-proxy for how to do this in a semi