obj63mc / silverstripe-mysqlisslconnector
SilverStripe module to allow MySQLi SSL connection with CA certificate only
Installs: 11 659
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ^4.3 || ^5
- silverstripe/vendor-plugin: ^1.0 || ^2
README
SilverStripe module to allow MySQLi SSL connection with CA certificate only
Setup -
-
Install Module
composer require obj63mc/silverstripe-mysqlisslconnector
-
Place your CA certificate bundle in the root of your project folder '/' eg. $_SERVER['DOCUMENT_ROOT']
-
Add an Environment variable for your CA filename eg.
SSL_CA_FILENAME='rds-combined-ca-bundle.pem'
Once setup your DB will now be under an SSL Connection.