Eric Zhang 257c9a7578 Add Snap support (#11) | há 2 anos atrás | |
---|---|---|
certbot_dns_dnspod | há 3 anos atrás | |
docs | há 6 anos atrás | |
snap | há 2 anos atrás | |
.gitattributes | há 6 anos atrás | |
.gitignore | há 6 anos atrás | |
Dockerfile | há 6 anos atrás | |
LICENSE.txt | há 6 anos atrás | |
MANIFEST.in | há 6 anos atrás | |
README.md | há 2 anos atrás | |
local-oldest-requirements.txt | há 6 anos atrás | |
readthedocs.org.requirements.txt | há 6 anos atrás | |
setup.cfg | há 6 anos atrás | |
setup.py | há 3 anos atrás | |
snap-constraints.txt | há 2 anos atrás | |
snap-requirements.txt | há 2 anos atrás |
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"