Problema de ligação à porta 80: não foi possível vincular a IPv4 ou IPv6 LetSencrypt

You just need to stop all running servers like Apache, nginx or OpenShift 
before doing this.

### Stop Nginx
sudo systemctl stop nginx

### Stop Apache2
sudo systemctl stop apache2
Lokesh003Coding