Clarify where to store the mosquitto certificate files (#1652)

I've wasted hours looking for where to store the certificate files for the mosquitto addon. This should hopefully clarify it for people using it in the future. See also https://github.com/home-assistant/hassio-addons/issues/950.
This commit is contained in:
rourke
2020-11-07 12:09:44 +01:00
committed by GitHub
parent e1edc21e84
commit 7aec38b3f0

View File

@@ -73,15 +73,15 @@ The folder to read the additional configuration files (`*.conf`) from.
### Option: `cafile` (optional) ### Option: `cafile` (optional)
A file containing a root certificate. A file containing a root certificate. Place this file in the Home Assistant `ssl` folder.
### Option: `certfile` ### Option: `certfile`
A file containing a certificate, including its chain. A file containing a certificate, including its chain. Place this file in the Home Assistant `ssl` folder.
### Option: `keyfile` ### Option: `keyfile`
A file containing the private key. A file containing the private key. Place this file in the Home Assistant `ssl` folder.
### Option: `require_certificate` ### Option: `require_certificate`