Нема описа

richard.she b8ce943b11 fix error msg change condition пре 1 година
certbot_dns_dnspod b8ce943b11 fix error msg change condition пре 1 година
docs 12b0e070f2 Initial commit пре 6 година
snap e94bc6ffaa Update website for Snap пре 2 година
.gitattributes 12b0e070f2 Initial commit пре 6 година
.gitignore 12b0e070f2 Initial commit пре 6 година
Dockerfile 12b0e070f2 Initial commit пре 6 година
LICENSE.txt 12b0e070f2 Initial commit пре 6 година
MANIFEST.in 12b0e070f2 Initial commit пре 6 година
README.md 257c9a7578 Add Snap support (#11) пре 2 година
local-oldest-requirements.txt 12b0e070f2 Initial commit пре 6 година
readthedocs.org.requirements.txt 12b0e070f2 Initial commit пре 6 година
setup.cfg 12b0e070f2 Initial commit пре 6 година
setup.py 04bbd26e3c Bump version to 0.24.1 пре 3 година
snap-constraints.txt 257c9a7578 Add Snap support (#11) пре 2 година
snap-requirements.txt 257c9a7578 Add Snap support (#11) пре 2 година

README.md

DNSPod DNS Authenticator plugin for Certbot

A certbot dns plugin to obtain certificates using dnspod.

Obtain API Token

https://www.dnspod.cn/console/user/security

Install

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

Credentials File

dns_dnspod_api_id = 12345
dns_dnspod_api_token = 1234567890abcdef1234567890abcdef
chmod 600 /path/to/credentials.ini

Obtain Certificates

certbot certonly -a dns-dnspod \
    --dns-dnspod-credentials /path/to/credentials.ini \
    -d example.com \
    -d "*.example.com"