HI.
I know that is not a new problem, but with some other topic can't help me.
Tried to obtain a cerificate with
sudo certbot certonly --standalone
or test
sudo certbot certonly --dry-run
Standalone spins up its own webserver that tries to listen on port 80. If port 80 is already bound, certbot will fail. Try using --webroot -w /path/to/your/website instead.