OpcCmd uaClient command Q&A: Difference between revisions
From OPC Labs Knowledge Base
(Created page with " ; How do you specify a connection using ECC security policy? : colon plus definition") |
No edit summary |
||
Line 1: | Line 1: | ||
; How do | ; How do I specify a connection using ECC security policy? | ||
: | : Example: | ||
: <code>OpcCmd uaClient read opc.tcp://pc-zbynekz-5:62541/Quickstarts/ReferenceServer --EndpointSecurityPolicyDisplayName ECC_nistP256 i=2255</code> | |||
: For other ECC policies, use e.g. ECC_nistP384, ECC_brainpoolP256r1 or ECC_brainpoolP384r1. |
Revision as of 11:24, 1 December 2024
- How do I specify a connection using ECC security policy?
- Example:
OpcCmd uaClient read opc.tcp://pc-zbynekz-5:62541/Quickstarts/ReferenceServer --EndpointSecurityPolicyDisplayName ECC_nistP256 i=2255
- For other ECC policies, use e.g. ECC_nistP384, ECC_brainpoolP256r1 or ECC_brainpoolP384r1.