I am trying to pull data from a Heroku postgres database.
I am running this on a pi.
Current version of Node-Red v3.0.2.
How in the world do I get an SSL Key or certification from Heroku to a file for my node to pick up and use?
I attempted through the CLI (the manual approach suggested from Heroku ,no dice.
Tried to find a way to create a JDBC and pipe logic through there, but not enough docs on JDBC's on RPI to get that setup.
I am using the node "node-red-contrib-postgresql" and getting the following error:
Error: self signed certificate
Any ideas?