-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update AWS RDS SSL certificates #7100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Oh, this looks important. 😄
|
For that I'm looking at this page, which seems to have a bunch of them: |
I used |
Cool, yeah that looks like the right kind of thing. 😄 |
Oh, you're located in Brisbane as well? 😄 |
Yea! Want me to come with a USB with the patch? 😂 |
Heh Heh Heh. Not really what I was aiming for, but we can keep that as an option if it turns out to be needed. 😁 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, and the .pem file is binary identical to the one at the AWS url. Lets merge it. 😄
Thanks for getting this done @arichtman-srt. 😄 |
Following up on this a bit more, I threw together some Python code to split a bundle of PEM certificates into individual files then output the expiry date of each one. The previous RDS certificate bundle had 45 certificates in it, with 24 expiring this year:
The new RDS certificate bundle has 121 certificates in it, and seems to include both the above older (expiring) ones as well as new replacement ones. It looks like August 19th and 22nd have the potential to be a bad day for any RDS users who haven't updated their certificates by then. |
@getredash/maintainers Reckon we should create an advisory or similar on the Discussions page about the above date(s) for RDS users? Amazon RDS is very widely used, so this is super likely to catch out anyone who hasn't updated. |
What type of PR is this?
Description
Update the RDS trust with AWS's latest certificates.
How is this tested?
Related Tickets & Documents
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html
Mobile & Desktop Screenshots/Recordings (if there are UI changes)