Skip to content

Commit 8d20280

Browse files
printzlaufabaff
authored andcommitted
Update certificate.markdown (home-assistant#2295)
1 parent bd6b8b3 commit 8d20280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/mqtt/certificate.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mqtt:
2222
2323
Configuration variables:
2424
25-
- **certificate** (*Optional*): The certificate authority certificate file that is to be treated as trusted by this client. This 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`
25+
- **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`
2626
- **client_key** (*Optional*): Client key, eg. `/home/user/owntracks/cookie.key`.
2727
- **client_cert** (*Optional*): Client certificate, eg. `/home/user/owntracks/cookie.crt`.
2828

0 commit comments

Comments
 (0)