tests/projects/opcua_client_encrypted/opcua_0@opcua/confnode.xml
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 28 Feb 2023 15:06:13 +0100
branchwxPython4
changeset 3730 87dac789bdaf
parent 3631 176e1f218c61
child 3820 46f3ca3f0157
permissions -rw-r--r--
Test: Customize Fluxbox launch to get rid of toolbar in IDE tests.
<?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>