Created
September 23, 2021 01:46
-
-
Save kloudsamurai/4eb88e64fbc862ca07f50c3698568fc4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
**INTELLIJ / DATAGRIP **
In 'SSH/SSL' tab, check Use SSL
In Advanced tab, update the followings. Don't forget to hit Apply after that.