mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Provide basic Cloudflare documentation
This commit is contained in:
parent
0671b492d6
commit
215c85d7be
1 changed files with 17 additions and 1 deletions
|
|
@ -1 +1,17 @@
|
|||
"""Cloudflare DNS Authenticator"""
|
||||
"""Cloudflare DNS Authenticator
|
||||
|
||||
This plugin automates the process of completing a dns-01 challenge
|
||||
(`~acme.challenges.DNS01`) using the Cloudflare API.
|
||||
|
||||
Use of this plugin requires a configuration file containing Cloudflare API
|
||||
credentials, obtained from your Cloudflare
|
||||
`account page <https://www.cloudflare.com/a/account/my-account>`_.
|
||||
|
||||
Example:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
dns_cloudflare_email = cloudflare@example.com
|
||||
dns_cloudflare_api_key = 0123456789abcdef0123456789abcdef01234567
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue