mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update Certificate component configuration (#7381)
This commit is contained in:
parent
45be71ee54
commit
8dfd9b5733
@ -20,9 +20,17 @@ mqtt:
|
|||||||
certificate: /home/paulus/dev/addtrustexternalcaroot.crt
|
certificate: /home/paulus/dev/addtrustexternalcaroot.crt
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
certificate:
|
||||||
- **certificate** (*Optional*): 'auto' or the certificate authority certificate file that is to be treated as trusted by this client. 'auto' uses the bundled certificates. If a file is specified the file should contain the root certificate of the certificate authority that signed your broker's certificate, but may contain multiple certificates. Example: `/home/user/identrust-root.pem`
|
description: "'auto' or the certificate authority certificate file that is to be treated as trusted by this client. 'auto' uses the bundled certificates. If a file is specified the file should contain the root certificate of the certificate authority that signed your broker's certificate, but may contain multiple certificates. Example: `/home/user/identrust-root.pem`"
|
||||||
- **client_key** (*Optional*): Client key, eg. `/home/user/owntracks/cookie.key`.
|
required: false
|
||||||
- **client_cert** (*Optional*): Client certificate, eg. `/home/user/owntracks/cookie.crt`.
|
type: string
|
||||||
|
client_key:
|
||||||
|
description: Client key, e.g., `/home/user/owntracks/cookie.key`.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
client_cert:
|
||||||
|
description: Client certificate, e.g., `/home/user/owntracks/cookie.crt`.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user