heroku-buildpack-rds-certificate

by dabapps

README.md

Heroku buildpack to download the RDS SSL certificate and store it in the root of your app.

The filename will be /app/rds-combined-ca-bundle.pem.

See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html

Code of conduct

For guidelines regarding the code of conduct when contributing to this repository please review https://www.dabapps.com/open-source/code-of-conduct/

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/dabapps/heroku-buildpack-rds-certificate.git

For existing applications:

$ heroku buildpacks:set https://github.com/dabapps/heroku-buildpack-rds-certificate.git -a YOUR_APP_NAME