2024-03-25 03:29:15 +08:00
2018-03-15 00:38:08 +08:00
2024-03-25 03:53:26 +08:00
2018-03-15 00:38:08 +08:00
2018-03-15 00:38:08 +08:00
2018-03-15 00:38:08 +08:00
2018-03-15 00:38:08 +08:00
2018-03-15 00:38:08 +08:00
2021-12-19 21:50:20 +08:00
2018-03-15 00:38:08 +08:00
2024-03-25 03:53:26 +08:00
2021-12-19 21:50:20 +08:00
2024-03-25 03:29:15 +08:00

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"
Description
DNSPod DNS Authenticator plugin for Certbot
Readme 76 KiB
Languages
Python 99%
Dockerfile 1%