mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
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:
@@ -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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user