I am running Node-Red in a docker container locally (using Docker Desktop) and have installed node-red-contrib-opcua-server v1.1.1.
If I include a "Compact Server" node in the flow and deploy, I get the following error in the Node-Red debug window:
"Error: Certificate file must exist :/data/node_modules/node-red-contrib-opcua-server/certificates/server_selfsigned_cert_2048.pem"
Looking at the logs of the container, I see the following:
Good day
I am running Node-Red in a docker container locally (using Docker Desktop) and have installed node-red-contrib-opcua-server v1.1.1.
If I include a "Compact Server" node in the flow and deploy, I get the following error in the Node-Red debug window:
"Error: Certificate file must exist :/data/node_modules/node-red-contrib-opcua-server/certificates/server_selfsigned_cert_2048.pem"
Looking at the logs of the container, I see the following:
The configuration of the "Compact Server" only has "Allow Anonymous" selected, and all other values are the default values:
OpenSSL 3.3.1 is installed, and if I run the above openssl command manually on the container, I get the same error.
Any input or suggestions on how to resolve would be appreciated. Thanks