Skip to content

Instantly share code, notes, and snippets.

@gingerjoos
Last active December 17, 2020 03:55
Show Gist options
  • Save gingerjoos/d9f2aa35ce5a02add8e4 to your computer and use it in GitHub Desktop.
Save gingerjoos/d9f2aa35ce5a02add8e4 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 - http://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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment