certbot-dns-cfproxy

Cloudflare Proxy DNS Authenticator plugin for Certbot


License
Apache-2.0
Install
pip install certbot-dns-cfproxy==0.0.2

Documentation

certbot-dns-cfproxy

Install with python setup.py install.

Or use PyPI with pip install certbot-dns-cfproxy.

Populate the credentials file cred.ini with:

certbot_dns_cfproxy:dns_cfproxy_user = fan
certbot_dns_cfproxy:dns_cfproxy_api_key = fp9ahf98sa8hfq29h
certbot_dns_cfproxy:dns_cfproxy_api_endpoint = http://your.cfproxy.api:8808

(Remember to set correct permissions for the credentials file!)

and get your cert with

certbot certonly \\
     -a certbot-dns-cfproxy:dns-cfproxy \\
     -d example.com

LICENSE

Apache