Remediation Steps
Follow the steps below to remediate this finding on Apache webserver.
Replace the self-signed certificate with a CA-issued certificate.
For Let's Encrypt:
sudo certbot --apache -d yourdomain.comUpdate the Apache SSL VirtualHost configuration to reference the new certificate.
Reload Apache:
sudo systemctl reload apache2