tests/projects/opcua_client_encrypted/opcua_0@opcua/confnode.xml
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 05 Apr 2024 14:59:00 +0200
changeset 3930 1cb8f90bf4fd
parent 3820 46f3ca3f0157
permissions -rw-r--r--
Merge commit '80e123b34e488ffea851dc2168b366ba6124c09b' into python3
<?xml version='1.0' encoding='utf-8'?>
<OPCUAClient xmlns:xsd="http://www.w3.org/2001/XMLSchema" Server_URI="opc.tcp://127.0.0.1:4840/freeopcua/server/">
  <AuthType>
    <x509 Certificate="my_cert.der" PrivateKey="my_private_key.pem">
      <Policy/>
      <Mode/>
    </x509>
  </AuthType>
</OPCUAClient>