https://www.dnspod.cn/console/user/security Install Pip: sudo pip install git+https://github.com/tengattack/certbot-dns-dnspod.git Snap: sudo snap install certbot-dns-dnspod sudo snapsetcertbot trust-plugin-with-root=ok sudo snap connect certbot:plugin certbot-dns-dnspod ...
pip install certbot-dns-plugins 配置文件 假如文件路径如下: ~/.secrets/certbot/dnspod.ini 内容: dnspod_token_id = <token id> dnspod_token = <token> chmod: chmod 600 ~/.secrets/certbot/dnspod.ini 创建证书: sudo certbot certonly \ -a dnspod \ --dnspod-credentials ~/.secrets/certbot/dnsp...