tengattack e94bc6ffaa Update website for Snap | vor 2 Jahren | |
---|---|---|
certbot_dns_dnspod | vor 3 Jahren | |
docs | vor 6 Jahren | |
snap | vor 2 Jahren | |
.gitattributes | vor 6 Jahren | |
.gitignore | vor 6 Jahren | |
Dockerfile | vor 6 Jahren | |
LICENSE.txt | vor 6 Jahren | |
MANIFEST.in | vor 6 Jahren | |
README.md | vor 2 Jahren | |
local-oldest-requirements.txt | vor 6 Jahren | |
readthedocs.org.requirements.txt | vor 6 Jahren | |
setup.cfg | vor 6 Jahren | |
setup.py | vor 3 Jahren | |
snap-constraints.txt | vor 2 Jahren | |
snap-requirements.txt | vor 2 Jahren |
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"