tests/projects/opcua_client_encrypted/opcua_0@opcua/confnode.xml
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 28 Sep 2023 18:39:19 +0200
changeset 3848 91da73c3df61
parent 3820 46f3ca3f0157
permissions -rw-r--r--
Addapt to Py3.11.5 in Stunnel.py
b2a_hqx is now deprecated, base64 should bring comparable results
<?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>