mysql-rds-ca

Amazon RDS 2019 CA certificate for the mysql module

Usage no npm install needed!

<script type="module">
  import mysqlRdsCa from 'https://cdn.skypack.dev/mysql-rds-ca';
</script>

README

Amazon RDS CA Certificate 2019

This repo is intended for use until this issue is merged and published: https://github.com/mysqljs/mysql/pull/2280

Install

npm install mysql-rds-ca

Usage

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