Any Script for importing certificates into your trust store using Powershell

0

Got the alert to update my RDS SSL/TLS but the problem im facing that my RDS is with a windows and AWS has not provided any Powershell script for importing certificate into the trust store, why? Is there any script for importing certificates even? Refrenece link to the documentation: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html#UsingWithRDS.SSL-certificate-rotation-sample-script.linux

2 Answers
0

The sample script in the documentation is for importing the certificate on client machines connected to RDS.

To update the certificate on the RDS instance you need to modify the instance. See documentation link here.

To import the certificate on Windows clients, download the certificate bundle required and then import it into the trust store using the GUI.

AWS
answered 7 months ago
0

To update the certificate on the RDS instance you have two options :

  1. Updating your CA certificate by modifying your DB instance
  2. Updating your CA certificate by applying DB instance maintenance

You can get the exact steps for each of the options from the below documentation link

Also, as confirmed the sample script in the documentation that you are referring is for importing the certificate on client machines connected to RDS. The sample scripts are available for Linux & macOS.

The best approach to import the certificate on Windows clients is downloading the certificate bundle required and then import it into the trust store using the GUI.

AWS
answered 7 months ago

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.

Guidelines for Answering Questions