Question

Put certificate into APP

I’m using both the app and database feature on here, but I need to get the certificate into the app without putting it into github, how can I do that?


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Hi there,

When using a Managed Database cluster together with the App Platform, you can use the following list of available environment variables:

https://docs.digitalocean.com/products/app-platform/how-to/use-environment-variables/#databases

The list also includes a ${CA_CERT} variable which is the CA certificate for the managed databases in your account.

That way rather than uploading the certificate directly, you can just use the ${CA_CERT} variable.

Hope that this helps!

Best,

Bobby