Skip to content

Instantly share code, notes, and snippets.

@mttjohnson
Created March 23, 2022 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mttjohnson/429edc961bb1aef66661673160e1d705 to your computer and use it in GitHub Desktop.
Save mttjohnson/429edc961bb1aef66661673160e1d705 to your computer and use it in GitHub Desktop.
PosgreSQL Testing
# 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