certbot-dns-aliyun
certbot-dns-aliyun copied to clipboard
需要支持certbot3.0
执行certbot renew报错:
The following plugins are using an outdated python version and must be updated to be compatible with Certbot 3.0. Please see https://community.letsencrypt.org/t/certbot-3-0-could-have-potential-third-party-snap-breakages/226940 for more information:
- certbot-dns-aliyun
需要更新下版本~现在所有的都用不了
使用--manual-auth-hook模式吧,亲测可用 例如https://github.com/Sherlock-HJ/certbot_manual_dns_aliyun
certbot certonly --manual --preferred-challenges=dns to manually renew
帮忙修一下吧没有plugin的话只能手动更新了
If you're a Certbot user experiencing breakages after the 3.0 update, please contact the plugin developers first and foremost. There are other options as well.
Such as:
Switching to a pypi install Switching DNS providers
hope the plugin can be updated to support Certbot 3.0~
use aliyun cli to challenges dns, see https://github.com/justjavac/certbot-dns-aliyun
sudo certbot certonly --manual --preferred-challenges=dns --manual-auth-hook alidns --manual-cleanup-hook 'alidns clean' -d xxxxxx
Configuration failed, use
aliyun configureto configure it ERROR: region can't be empty
config for root if use sudo certbot certonly
sudo aliyun configure --profile default
我写了一个,支持certbot 3,欢迎体验,有意见可以反馈 https://pypi.org/project/certbot-dns-aliyun-next/
@tiyee > 我写了一个,支持certbot 3,欢迎体验,有意见可以反馈 https://pypi.org/project/certbot-dns-aliyun-next/ 有仓库地址吗?
@tiyee > 我写了一个,支持certbot 3,欢迎体验,有意见可以反馈 https://pypi.org/project/certbot-dns-aliyun-next/ 有仓库地址吗?
在pypi页面有GitHub地址