node-red icon indicating copy to clipboard operation
node-red copied to clipboard

Add TLS certs/keys from Env Vars

Open hardillb opened this issue 3 weeks ago • 3 comments

fixes #5357

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)

Proposed changes

This allows certificates/keys to be loaded from Environment Variables rather than specifying local files (on the backend) or uploading files to the editor

Checklist

  • [x] I have read the contribution guidelines
  • [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team.
  • [ ] I have run npm run test to verify the unit tests pass
  • [ ] I have added suitable unit tests to cover the new/changed functionality

hardillb avatar Dec 07 '25 12:12 hardillb

I think just move the local files checkbox below the other select (with Env option) - and then you can use the env selection to hide the checkbox line as appropriate.

dceejay avatar Dec 08 '25 14:12 dceejay

@dceejay done

hardillb avatar Dec 08 '25 20:12 hardillb

Yes - much better - that works for me.

dceejay avatar Dec 09 '25 09:12 dceejay