Skip to content

robbiet480/rds-ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Provides Amazon RDS CA certificates

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published