tengattack 04bbd26e3c Bump version to 0.24.1 | il y a 3 ans | |
---|---|---|
certbot_dns_dnspod | il y a 3 ans | |
docs | il y a 6 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 6 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 |
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"