Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't Find Client_Certificate.pem with FlowFuse #716

Open
gdziuba opened this issue Jul 23, 2024 · 0 comments
Open

Can't Find Client_Certificate.pem with FlowFuse #716

gdziuba opened this issue Jul 23, 2024 · 0 comments

Comments

@gdziuba
Copy link

gdziuba commented Jul 23, 2024

Hi,

I am creating this issue to raise awareness of an issue deploying the OPC Client node on FlowFuse. I wanted to document this somewhere so that people might find it and help solve this problem if it occurs to them.

Debug Error:

Error: Certificate file must exist :/root/.config/node-opcua-default-nodejs/PKI/own/certs/client_certificate.pem

FlowFuse currently (v2.6.0) does not expose the host environment variables by default. FlowFuse issue to fix this in versions above 2.6.0.

The solution is to enable the device environment variables.

FORGE_EXPOSE_HOST_ENV to 1 for all host env. (Suggested Solution)
image

or

Explicitly define the variable. Example: Siemens IoT2050 where $HOME is /root.
HOME to /root
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant