Remediation Steps
Follow the steps below to remediate this finding on Apache webserver.
If using Let's Encrypt with Certbot, renewal is automatic:
sudo certbot renew --dry-runFor commercial certificates, obtain the renewed certificate and update:
SSLCertificateFile /path/to/renewed_cert.pem SSLCertificateChainFile /path/to/chain.pemReload Apache:
sudo systemctl reload apache2