Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pocheptsov/8420bb308d8cc74515843518dc63f4ba to your computer and use it in GitHub Desktop.
Save pocheptsov/8420bb308d8cc74515843518dc63f4ba to your computer and use it in GitHub Desktop.
How to import Amazon RDS CA certificates into Windows 10

The official instructions will ask you to download a [pem file]. Windows will not read this PEM file properly; instead download the corresponding p7b file - https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.p7b.

Once you download the file, invoke the Certificate Manager program, certmgr.exe, from the command box that opens when you click the Start button. Instructions here. Make sure you import it into the "Trusted Root Certification Authorities" logical store.

certmgr /add /c rds-combined-ca-bundle.p7b /s /r localMachine root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment