Next.js Discord

Discord Forum

How can I use a root certificate file in production?

Unanswered
Transvaal lion posted this in #help-forum
Open in Discord
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?

0 Replies