Configuration
The OPCUA Browser uses the configuraiton file config.json. The file is located in the docker container at /opt/ite-si/browser/config.json and on Windows in %APPDATA%\iTE-SI\OPCUABrowser/config.json.
Configuration options:
| Field | Type | Description | Default |
|---|---|---|---|
| Http.Port | int | REST Port | 8080 |
| MaxNodesPerRead | int | Restricts the number of nodes read in a single OPC UA read request. | Server response |
| MaxNodesPerBrowse | int | Restricts the number of nodes browsed in a single OPC UA browse request. | Server response |
| UseSecurity | bool | Default setting for using a secured connection. Can be overwritten in requests | false |
| ClientPrivateKey | string | The filepath to the OPC UA client key file in DER form. | |
| SecurityPolicyUri | string | The default security policy URI; use http://opcfoundation.org/UA/SecurityPolicy#None or http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 if client certificates are set | http://opcfoundation.org/UA/SecurityPolicy#None |
| MessageSecurityMode | string | The default message security mode. | None |
| ServerAuthToken | string | The (Bearer) authentification token for the REST API | |
| ServerCertificateFile | string | The filepath to the server certificate for the REST API in PEM form | |
| ServerPrivateKeyFile | string | The filepath to the server certificate for the REST API in PEM form |