Letsencrypt: Could not bind TCP port 443 because it is already in use by another process on this system (such as a web server)
Problem:
Letsencrypt: Could not bind TCP port 443 because it is already in use by another process on this system (such as a web server)
Solution:
service apache2 stop
certbot renew
service apache2 start