mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 03:26:53 +03:00
test1
This commit is contained in:
@@ -7,11 +7,12 @@ Default Value: `true`
|
||||
|
||||
Enable or disable the validation of the server certificate.
|
||||
|
||||
If `enabled (true)`, the certificate sent by the server is validated using the configured [Root CA Certificate file](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-cacert).\
|
||||
The server name in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) is compared with the CN field of the server certificate. A connection will be only established if these match.\
|
||||
If `enabled (true)`, the certificate sent by the server is validated using the configured [Root CA Certificate file](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-cacert).<br>
|
||||
The server name in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) is compared with the CN field of the server certificate.<br>
|
||||
A connection will be only established if these match.<br>
|
||||
It ensures the origin of the server.
|
||||
|
||||
If `disabled (false)`, only the validity of the certificate (e.g. expiry) is checked, not the origin (CN field).\
|
||||
If `disabled (false)`, only the validity of the certificate (e.g. expiry) is checked, not the origin (CN field).<br>
|
||||
If you use public brokers, make sure to set this parameter to "enabled", to avoid potential MITM-Attacks!
|
||||
|
||||
!!! Note
|
||||
|
||||
Reference in New Issue
Block a user