By Paul
I deployed a managed redis database on digitalocean and want to connect to the database from an app which need the CA certificate, tls certificate, and tls KEY. No way from the control panel to find those certificates and key file. I can use openssl s_client to get the certificate without problem. But how can I get the private key file used for the managed redis cluster?
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!
Hello,
Usually, the private key and the certificate file should not be needed for authentication to the managed instances.
You can follow the steps here on how to connect over TLS:
https://docs.digitalocean.com/products/databases/redis/how-to/connect/#connect-to-the-database
In the app that you are using, there should be a way to specify that the authentication method to your Redis cluster is a password and not a private + public key.
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.