emailwiz
emailwiz copied to clipboard
certbot fails if port is already in use
certbot fails if port 80 is already in use by another program (certbot uses this port for its temporary web server).
My suggestion is that we modify this script to kill any processes using this port before running certbot.
I am using sudo lsof -i :80 to check if any programs are using this port.