I run my website on DigitalOcean and due to some problemas I installed a new Ubuntu droplet and moved my website there. After changing my DNS settings for the domain I installed a Let's Encrypt certificate using:
certbot --apache -d domain.com.br -d www.domain.com.br
All ran through without problems and I got the confirmation that its was installed successfully.
But now when I try to access my website I get: NET::ERR_CERT_INVALID
- On my old server I also had a certificate installed
- I restarted the server already
- I cleared DNS cache of my browser
- If I click on the 'not secure' in the URL bar it says INVALID but when I click on details it says VALID
Any ideas what's happening?