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