Package Exports
- aws-ssl-profiles
- aws-ssl-profiles/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aws-ssl-profiles) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AWS SSL Profiles
AWS RDS Certificates Bundles.
Install
npm install --save aws-ssl-profiles
Usage
const awsCaBundle = require('aws-ssl-profiles');
// mysql or mysql2 connection
const connection = mysql.createConnection({
//...
ssl: awsCaBundle,
});
License
AWS SSL Profiles is under the MIT License.
Security
Please check the SECURITY.md.
Contributing
Please check the CONTRIBUTING.md for instructions.