tests/projects/opcua_client_encrypted/opcua_0@opcua/confnode.xml
branchwxPython4
changeset 3631 176e1f218c61
parent 3616 369c3edc1a65
child 3820 46f3ca3f0157
equal deleted inserted replaced
3630:921f620577e8 3631:176e1f218c61
       
     1 <?xml version='1.0' encoding='utf-8'?>
       
     2 <OPCUAClient xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       
     3   <AuthType>
       
     4     <x509 Certificate="my_cert.der" PrivateKey="my_private_key.pem">
       
     5       <Policy/>
       
     6       <Mode/>
       
     7     </x509>
       
     8   </AuthType>
       
     9 </OPCUAClient>