Let's Encrypt ssl sertifikası yenilerken;
Örn:
certbot certonly --standalone -d test.hoskia.com
Problem binding to port 80: Could not bind to IPv4 or IPv6.
şeklinde bir hata alıyorsanız, kullandığınız http servisini durdurup işlemi ondan sonra yapmanız gerekir.
NOT: Firewall var ise kurallar geçici iptal edilmeli.
systemctl stop apache2
systemctl stop nginx
Tekrar deneyin
certbot certonly --standalone -d test.hoskia.com