Let's Encrypt ACMEv1 protocol. You should upgrade to an ACMEv2 hatası nasıl çözülür?
Lets Encrypt uzun süredir ACME v2 protokolünü kullanıyor. Hala bu hatası alıyorsanız uzun süredir certbot renew yapmamışsınız demektir.
apt update; apt upgrade -y
apt install --only-upgrade certbot
certbot update_account
certbot renew
certbot: error: unrecognized arguments: update_account
add-apt-repository ppa:certbot/certbot
apt install --only-upgrade certbot
certbot update_account
certbot renew
Lets Encrypt
hakkında diğer konular