Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Apache webserver.

  1. Replace the self-signed certificate with a CA-issued certificate.

  2. For Let's Encrypt:

    sudo certbot --apache -d yourdomain.com
  3. Update the Apache SSL VirtualHost configuration to reference the new certificate.

  4. Reload Apache:

    sudo systemctl reload apache2