Skip to content

Instantly share code, notes, and snippets.

@kloudsamurai
Created September 23, 2021 01:46
Show Gist options
  • Save kloudsamurai/4eb88e64fbc862ca07f50c3698568fc4 to your computer and use it in GitHub Desktop.
Save kloudsamurai/4eb88e64fbc862ca07f50c3698568fc4 to your computer and use it in GitHub Desktop.
wget https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem
keytool -keystore amazon.jks -importcert -file ./global-bundle.pem
# note: remember this password -- you'll need it in intellij
@kloudsamurai
Copy link
Author

**INTELLIJ / DATAGRIP **

In 'SSH/SSL' tab, check Use SSL

In Advanced tab, update the followings. Don't forget to hit Apply after that.

Screen Shot 2021-09-22 at 6 47 30 PM

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