rds-ca

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i rds-ca

Weekly Downloads

34

Version

2.0.0

License

MIT

Unpacked Size

204 kB

Total Files

3

Last publish

Collaborators

  • robbiet480