I am trying to figure out the use of ca certificate in a managed database.
Can you send a reading material cause i have downloaded it and dont know what
to do with the certificate
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
When you configure your client applications to connect to your database cluster, you have to specify the certificate’s location on your local system.
Each client application is configured differently, so check the documentation for the tool you’re using for more detail on setting up SSL connections.
For more information, you could take a look at the documentation here:
https://docs.digitalocean.com/products/databases/postgresql/how-to/connect/#download-the-ssl-certificate
Hope that this helps! Best, Bobby