OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.96k stars 946 forks source link

Provision Mode support for OPC UA Server in SDK #1892

Open charlesaugustineabb opened 2 years ago

charlesaugustineabb commented 2 years ago

unified Automation SDK supports provision Mode supports as in below link for Server certificate provisioning . https://documentation.unified-automation.com/uasdkhp/1.5.1/html/provisioning_mode.html.

foundation Server SDK is having any thing similar to provision Mode as above for certificate provisioning ?

if not supported , is there any plan to implement similar ?

mregen commented 2 years ago

Hi @charlesaugustineabb, I think the provision mode is a good best practice. Implementing it may not need much of the library support, the server is just starting with a limited default namespace and has auto accept enabled with user authentication to allow to connect as security admin. So maybe the ref server sample can be updated to support it to see if library support is necessary.