More Info:

Ensures SQL databases have SSL enabled. Enabling SSL ensures that the sensitive data being transferred from the database is encrypted.

Risk Level

High

Address

Security

Compliance Standards

CISGCP, CBP, HITRUST, NISTCSF, SOC2, PCIDSS

Triage and Remediation

Remediation

To remediate the misconfiguration “Databases should have SSL” for GCP using GCP console, follow the below steps:

  1. Open the GCP Console and navigate to the Cloud SQL Instances page.
  2. Select the instance that you want to configure SSL for.
  3. Click on the “Edit” button at the top of the page.
  4. Scroll down to the “SSL” section and click on the “Show Configuration Options” button.
  5. Select the option “Server-ca.pem” for “Server Certificate” and “Client-cert.pem” for “Client Certificate”.
  6. Click on the “Save” button to apply the changes.

After following the above steps, SSL will be enabled for the selected instance in GCP.

Additional Reading: