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.
npm install rds-ca
const options = {
host,
user,
password,
database,
ssl: {
ca: require('rds-ca')
}
}
Inspired by the mysql
package's inclusion of the same certificates and
@toriihq's mysql-rds-ca
package.
MIT