Skip to content

Updating ca auth certificate

0

When I update my RDS postgres server to the new certificates all of them cause my beanstalk app trying to connect to the db to produce this error. I'm new at this and have had my app running on beanstalk for awhile and am running into these issues now that my old cert expired. Any help is much appreciated!

asked 2 years ago258 views

1 Answer
0

Hello.

Does your application use an SSL connection to connect to RDS?
I'm not sure what your application is made of, but please update the certificates on your application as described in the documentation below.
The script described in the document below is a sample, so please modify it to suit your environment.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html#UsingWithRDS.SSL-certificate-rotation-sample-script
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.CertificatesAllRegions

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

  • Hi, Im kinda confused about the process. Im launching a docker image from a company called directus for DB management. I don't know exactly how I would modify the the docker image to update it to the new ca auth cert.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.