hey am installed SSL through https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04 this link on my WordPress site. but certificate showing invalid but when I open certificate status it’s showing ok
My domain is:https://www.sparkleplasticsurgery.com/
Hi,
This error is presented because your certificate only applied to the root domain, not the www version.
You might want to run sudo certbot --apache -d www.sparkleplasticsurgery.com -d sparkleplasticsurgery.com instead of certbot --apache -d sparkleplasticsurgery.com
Thank you
Thanks. Now it working good