I’m trying to start using digital ocean apps.
My server connects to a digital ocean database, but using ‘ca-certificate.crt’.
I have seen that you shouldn’t put certs in a repo (even though mine is private to just me).
So how should I get the cert onto the app? It’s gotta get it from somewhere right? Why is putting it on the repo less secure?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
👋 @skeddtemp
Great question, while App Platform doesn’t allow injection of secrets to files yet, there is an easy workaround using environment variables.
I’ve answered this question here: How to include a x509 certificate in Apps
Hope this helps!