Created
March 23, 2022 20:21
-
-
Save mttjohnson/429edc961bb1aef66661673160e1d705 to your computer and use it in GitHub Desktop.
PosgreSQL Testing
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
# Testing SSL connection to PostgreSQL database | |
psql -h testpg.555555555555.us-east-1.rds.amazonaws.com -p 5432 \ | |
"dbname=testpg user=testuser sslrootcert=rds-ca-2019-root.pem sslmode=verify-full" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment