umati / Dashboard-OPCUA-Client

OPC UA gateway based on open62541 to subscribe to servers implementing umati endorsed companion specification and publish via MQTT to the broker for https://umati.app
Mozilla Public License 2.0
20 stars 9 forks source link

Avoid calling python executable for certificate creation #8

Closed ccvca closed 3 years ago

ccvca commented 3 years ago

Use https://github.com/open62541/open62541/pull/4535 to create a certificate.

ccvca commented 3 years ago

https://github.com/open62541/open62541/pull/4535 is merged. So this can be used now (requires libressl/openssl in the CI).

So UA_CreateCertificate can be used here: https://github.com/umati/Dashboard-OPCUA-Client/blob/e8f0d077db2f37d534f82f085383377727b29dd9/OpcUaClient/SetupSecurity.cpp#L157-L174

basyskom-dege commented 3 years ago

I will look into that tomorrow!