Skip to content

Instantly share code, notes, and snippets.

@josephabrahams
Last active April 21, 2016 21:55
Show Gist options
  • Save josephabrahams/e3e244819996d7702fcc to your computer and use it in GitHub Desktop.
Save josephabrahams/e3e244819996d7702fcc to your computer and use it in GitHub Desktop.
Configuring a Heroku app to use an AWS RDS instance
#!/bin/bash
mkdir ./config && curl http://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem > ./config/amazon-rds-ca-cert.pem
#DATABASE_URL=postgres://user:password@host:port/database?sslca=config/amazon-rds-ca-cert.pem
@josephabrahams
Copy link
Author

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