tengattack fc995c2939 Fix dnspod general error | há 3 anos atrás | |
---|---|---|
certbot_dns_dnspod | há 3 anos atrás | |
docs | há 6 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á 6 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á 5 anos atrás |
A certbot dns plugin to obtain certificates using dnspod.
https://www.dnspod.cn/console/user/security
git clone https://github.com/tengattack/certbot-dns-dnspod
cd certbot-dns-dnspod
sudo python setup.py install
If you are using certbot-auto
, you should run virtualenv
first:
# CentOS 7
virtualenv --no-site-packages --python "python2.7" "/opt/eff.org/certbot/venv"
/opt/eff.org/certbot/venv/bin/python2.7 setup.py install
certbot_dns_dnspod:dns_dnspod_api_id = 12345
certbot_dns_dnspod:dns_dnspod_api_token = 1234567890abcdef1234567890abcdef
chmod 600 /path/to/credentials.ini
certbot certonly -a certbot-dns-dnspod:dns-dnspod \
--certbot-dns-dnspod:dns-dnspod-credentials /path/to/credentials.ini \
-d example.com \
-d "*.example.com"