tests/projects/opcua_client_encrypted/opcua_0@opcua/confnode.xml
author GP Orcullo <kinsamanka@gmail.com>
Fri, 28 Oct 2022 12:39:15 +0800
branchpython3
changeset 3750 f62625418bff
parent 3631 176e1f218c61
child 3820 46f3ca3f0157
permissions -rw-r--r--
automated conversion using 2to3-3.9 tool

cmd used: 2to3-3.9 -w <file>
<?xml version='1.0' encoding='utf-8'?>
<OPCUAClient xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AuthType>
    <x509 Certificate="my_cert.der" PrivateKey="my_private_key.pem">
      <Policy/>
      <Mode/>
    </x509>
  </AuthType>
</OPCUAClient>