Skip to content

Commit

Permalink
Document ALPN support (#218)
Browse files Browse the repository at this point in the history
[#217] Document ALPN support

Signed-off-by: Hristo Bozhilov <[email protected]>
  • Loading branch information
hristobojilov authored Apr 12, 2023
1 parent f7cf7c4 commit 6e29cbb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ To control all aspects of the suite connector behavior.
| provisioningFile | string ​| provisioning.json | Path to the provisioning file, if {{% relrefn "dmp" %}}Bosch IoT Device Management{{% /relrefn %}} is in use |
| **Remote connectivity** | | | |
| address | string | mqtts://mqtt.bosch-iot-hub.com:8883 | Address of the MQTT endpoint that the suite connector will connect for the remote communication, the format is: `scheme://host:port` |
| alpn | string[] | | TLS application layer protocol negotiation options space separated for cloud access |
| deviceId | string | | Device unique identifier |
| authId | string | | Authentication unique identifier that is a part of the credentials |
| tenantId | string | | Tenant unique identifier that the device belongs to |
Expand Down Expand Up @@ -76,6 +77,7 @@ Be aware that some combinations may be incompatible
{
"provisioningFile": "provisioning.json",
"address": "mqtts://mqtt.bosch-iot-hub.com:8883",
"alpn" : [],
"deviceId": "",
"authId": "",
"tenantId": "",
Expand Down

0 comments on commit 6e29cbb

Please sign in to comment.