How can I use a root certificate file in production?
Unanswered
Transvaal lion posted this in #help-forum
Transvaal lionOP
I want to connect to my database with SSL. For that, I need to specify a path to a root certificate. (
?sslrootcert=$PATH). In development, this works fine but in production this file does not exist anymore so it cannot be found. The file is located at the root of my repository. How can I preserve the file in production?