Это моя самая первая попытка сгенерировать сертификат Letsencrypt:
# ufw allow 80
# certbot certonly --standalone --preferred-challenges http -d xyz.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for xyz.com
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.
Я пробовал и другие вещи, и с этим я никуда не денусь. Может ли кто-нибудь помочь мне выяснить, чего мне не хватает?