Skip to main content

A certbot plugin for DNSPod

Project description

certbot-dnspod

A certbot plugin for DNSPod

安装

pip install certbot-dnspod

创建证书

sudo certbot certonly \
--authenticator certbot-dnspod \
--certbot-dnspod-credentials ~/.secrets/certbot/dnspod.ini \
-d example.com \
-d *.example.com

其中~/.secrets/certbot/dnspod.ini为配置文件路径,内容

certbot_dnspod_token_id = <your token id>
certbot_dnspod_token = <your token>

chmod

chmod 600 ~/.secrets/certbot/dnspod.ini

参数

官方插件是参数形式是

--dns-cloudflare-credentials

而第三方插件的参数是::

--authenticator certbot-dnspod

或者

-a certbot-dnspod

其他

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

certbot-dnspod-0.1.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

certbot_dnspod-0.1.3-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page