letsencrypt遇到Validations for new domains are disabled in the V1 API
$ sudo letsencrypt certonly --webroot -w /var/www/html -d example.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
An unexpected error occurred:
The client lacks sufficient authorization :: Error creating new authz :: Validations for new domains are disabled in the V1 API (https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430)
Please see the logfiles in /var/log/letsencrypt for more details.
解决方法
sudo apt-get install --only-upgrade certbot
来自:https://nva-hk.com/article/how-to-solve-lets-encrypt-client-lacks-sufficient-authorization/