Skip to content

Implement mechanisms to update client/server application private key and certificate

Vincent Monfort requested to merge vmo_cert_key_update_API into master

Closes #1274 (closed)

Implement an event to close all current secure channels using previous certificate data. Implement a module to manage a key cert pair and allow a thread safe update / access. A callback mechanism is implemented to could trigger an event to close all current secure channels using previous data. Ensure OPC UA method call response is sent prior to closing the SC using it.

Edited by Vincent Monfort

Merge request reports