2.0.0 • Published 3 days ago

rds-ca v2.0.0

Weekly downloads
351
License
MIT
Repository
github
Last release
3 days ago

Amazon RDS Certificates for Node

This package provides all Amazon RDS certificates in use between 2010 and 2024. It's a convenience package allowing you to ensure the highest security levels without having to ship certificates in your own project.

Install

npm install rds-ca

Usage

const options = {
  host,
  user,
  password,
  database,
  ssl: {
    ca: require('rds-ca')
  }
}

Credits

Inspired by the mysql package's inclusion of the same certificates and @toriihq's mysql-rds-ca package.

License

MIT