Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
opcuaconfig [2025/03/24 20:17] wikiadmin [TransSECS OPC-UA Server Setup] |
opcuaconfig [2025/03/24 20:27] (current) wikiadmin [Notes] |
||
---|---|---|---|
Line 10: | Line 10: | ||
| **opcua.tcp.port** | (Optional) TCP port for OPC UA binary (opc.tcp) connections. | `12686` | | | **opcua.tcp.port** | (Optional) TCP port for OPC UA binary (opc.tcp) connections. | `12686` | | ||
| **opcua.https.port** | (Optional) Port for HTTPS-based OPC UA connections. | `8443` | | | **opcua.https.port** | (Optional) Port for HTTPS-based OPC UA connections. | `8443` | | ||
- | | **opcua.certificates.dir** | (Required) Directory containing the server certificate. | *none* | | ||
| **opcua.serverpass** | (Required) Password for the server certificate' | | **opcua.serverpass** | (Required) Password for the server certificate' | ||
| **opcua.trusted.cert.location** | (Optional) Location of the client PKI folder. Must contain subfolders: `trusted/`, `rejected/ | | **opcua.trusted.cert.location** | (Optional) Location of the client PKI folder. Must contain subfolders: `trusted/`, `rejected/ | ||
| **opcua.bind.address** | (Optional) Additional local network interfaces to bind to. Useful for multi-homed systems. | *none* | | | **opcua.bind.address** | (Optional) Additional local network interfaces to bind to. Useful for multi-homed systems. | *none* | | ||
| **opcua.securitypolicy** | (Optional) Security policy for server endpoints. Supported values: '' | | **opcua.securitypolicy** | (Optional) Security policy for server endpoints. Supported values: '' | ||
+ | | **allow.anonymous.identities** | (Optional) Allow anonymous identities. | ||
==== Notes ==== | ==== Notes ==== | ||
- | * The server always exposes an endpoint with a security policy of **'' | + | * The server always exposes an endpoint with a security policy of **'' |
* Security policies '' | * Security policies '' | ||
* Certificates for trusted clients should be placed in the `trusted/` folder within the specified `opcua.trusted.cert.location` directory. Rejected and issuer certificates should go in the `rejected/` and `issuers/` folders respectively. | * Certificates for trusted clients should be placed in the `trusted/` folder within the specified `opcua.trusted.cert.location` directory. Rejected and issuer certificates should go in the `rejected/` and `issuers/` folders respectively. |