tests/projects/opcua_client_encrypted/opcua_0@opcua/confnode.xml
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 21 Oct 2022 18:33:06 +0200
branchwxPython4
changeset 3642 cd3d15e8ef42
parent 3631 176e1f218c61
child 3820 46f3ca3f0157
permissions -rw-r--r--
Runtime: fix PLC not terminating when being Repaired (i.e purged).
<?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>