Solutions
- Find where the issue
grep -R /etc/letsencrypt/live/example.com/fullchain.pem /etc/nginx/
2. fix or reset them
3. sudo nginx -t
4. sudo systemctl restart nginx
Frontend & Web Developer
Solutions
grep -R /etc/letsencrypt/live/example.com/fullchain.pem /etc/nginx/
2. fix or reset them
3. sudo nginx -t
4. sudo systemctl restart nginx