Skip to content

Commit

Permalink
cacert flag is changing to caCert (#95)
Browse files Browse the repository at this point in the history
[#88] cacert flag is changing to caCert

- changed in Explore via Eclipse Hono and Suite connector configuration

Signed-off-by: Antonia Avramova <[email protected]>
  • Loading branch information
antonia-avramova authored Sep 12, 2022
1 parent fb09e09 commit 9031340
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/site/content/docs/getting-started/hono.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ authentication data to establish the remote connection. Update it with the follo

```json
{
"cacert": "/etc/suite-connector/iothub.crt",
"caCert": "/etc/suite-connector/iothub.crt",
"provisioningFile": "/etc/suite-connector/provisioning.json",
"logFile": "/var/log/suite-connector/suite-connector.log",
"address":"hono.eclipseprojects.io:1883",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To control all aspects of the suite connector behavior.
| clientId | string | | MQTT client unique identifier |
| policyId | string | | Policy unique identifier of the digital twin |
| **Remote connectivity - TLS** | | | |
| cacert | string | iothub.crt | PEM encoded CA certificates file |
| caCert | string | iothub.crt | PEM encoded CA certificates file |
| cert | string | | PEM encoded certificate file to authenticate to the MQTT endpoint |
| key | string | | PEM encoded unencrypted private key file to authenticate to the MQTT endpoint |
| deviceIdPattern | string | | Pattern to generate the device identifier, `{{subject-dn}}` and `{{subject-cn}}` placeholders can be part of it |
Expand Down Expand Up @@ -54,7 +54,7 @@ The minimal required configuration to connect the publicly available
```json
{
"address":"hono.eclipseprojects.io:1883",
"cacert": "/etc/suite-connector/iothub.crt",
"caCert": "/etc/suite-connector/iothub.crt",
"tenantId": "org.eclipse.kanto",
"deviceId": "org.eclipse.kanto:exampleDevice",
"authId": "org.eclipse.kanto_example",
Expand Down Expand Up @@ -82,7 +82,7 @@ Be aware that some combinations may be incompatible
"password": "",
"clientId": "",
"policyId": "",
"cacert": "iothub.crt",
"caCert": "iothub.crt",
"cert": "",
"key": "",
"deviceIdPattern": "",
Expand Down

0 comments on commit 9031340

Please sign in to comment.