I would prefer to use certificates for managed databases and Apps. I can download the ca_certificate from the managed database portal. But I don’t see the private key.
Is there a way to generate client certificates for postgres?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi @RvanLaar,
To generate Client certificates for Postgres managed database, Make sure you have OpenSSL installed on your operating system.OpenSSL will be used to generate client-side public/private key pairs.
Here is how to use the OpenSSL to generate the client public/private key pairs
I hope this helps!
Best Regards, Rajkishore