richard.she b8ce943b11 fix error msg change condition | hace 1 año | |
---|---|---|
certbot_dns_dnspod | hace 1 año | |
docs | hace 6 años | |
snap | hace 2 años | |
.gitattributes | hace 6 años | |
.gitignore | hace 6 años | |
Dockerfile | hace 6 años | |
LICENSE.txt | hace 6 años | |
MANIFEST.in | hace 6 años | |
README.md | hace 2 años | |
local-oldest-requirements.txt | hace 6 años | |
readthedocs.org.requirements.txt | hace 6 años | |
setup.cfg | hace 6 años | |
setup.py | hace 3 años | |
snap-constraints.txt | hace 2 años | |
snap-requirements.txt | hace 2 años |
A certbot dns plugin to obtain certificates using dnspod.
https://www.dnspod.cn/console/user/security
Pip:
sudo pip install git+https://github.com/tengattack/certbot-dns-dnspod.git
Snap:
sudo snap install certbot-dns-dnspod
sudo snap set certbot trust-plugin-with-root=ok
sudo snap connect certbot:plugin certbot-dns-dnspod
dns_dnspod_api_id = 12345
dns_dnspod_api_token = 1234567890abcdef1234567890abcdef
chmod 600 /path/to/credentials.ini
certbot certonly -a dns-dnspod \
--dns-dnspod-credentials /path/to/credentials.ini \
-d example.com \
-d "*.example.com"