obj63mc/silverstripe-mysqlisslconnector

SilverStripe module to allow MySQLi SSL connection with CA certificate only

Installs: 9 809

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

0.0.6 2023-06-21 16:31 UTC

This package is auto-updated.

Last update: 2024-03-21 18:13:54 UTC


README

SilverStripe module to allow MySQLi SSL connection with CA certificate only

Setup -

  1. Install Module

     composer require obj63mc/silverstripe-mysqlisslconnector
    
  2. Place your CA certificate bundle in the root of your project folder '/' eg. $_SERVER['DOCUMENT_ROOT']

  3. 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.