Skip to content

Amazon RDS 2019 CA certificate for the mysql module

Notifications You must be signed in to change notification settings

toriihq/mysql-rds-ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon RDS CA Certificate 2019

This repo is intended for use until this issue is merged and published: mysqljs/mysql#2280

Install

npm install mysql-rds-ca

Usage

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

About

Amazon RDS 2019 CA certificate for the mysql module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published