open62541 icon indicating copy to clipboard operation
open62541 copied to clipboard

[WIP] feature: Support for multiple PKI infrastructures

Open mlgiraud opened this issue 3 years ago • 1 comments

This PR adds support for multiple PKI infrastructures. In OPC UA a PKI infrastructure corresponds to a CertificateGroup. A CertificateGroup has an issuer authority that issues certificates. This PR adds support such that a server can belong to multiple different CertificateGroups. Endpoints can be assigned to a specific CertificateGroup.

These features require changes to the public and private key loading and to some security related code.

mlgiraud avatar Jun 02 '22 13:06 mlgiraud

@mlgiraud Thank you for the PR! It would be great if you can add a small comment to support others to understand your changes ;)

andreasebner avatar Jun 07 '22 13:06 andreasebner