MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / load_client_certificate

Method load_client_certificate

opcua/client/client.py:213–217  ·  view source on GitHub ↗

load our certificate from file, either pem or der

(self, path)

Source from the content-addressed store, hash-verified

211 self.uaclient.set_security(self.security_policy)
212
213 def load_client_certificate(self, path):
214 """
215 load our certificate from file, either pem or der
216 """
217 self.user_certificate = uacrypto.load_certificate(path)
218
219 def load_private_key(self, path):
220 """

Callers 2

uaclientFunction · 0.95

Calls 1

load_certificateMethod · 0.80

Tested by

no test coverage detected