certbot/docs
Zach Shepherd db6defe614 Cloudflare DNS Authenticator
Implement an Authenticator which can fulfill a dns-01 challenge using the
Cloudflare API. Applicable only for domains using Cloudflare for DNS.

Testing Done:
 * `tox -e py27`
 * `tox -e lint`
 * Manual testing:
    * Used `certbot certonly --dns-cloudflare -d`, specifying a
      credentials file as a command line argument. Verified that a
      certificate was successfully obtained without user interaction.
    * Used `certbot certonly --dns-cloudflare -d`, without specifying a
      credentials file as a command line argument. Verified that the user
      was prompted and that a certificate was successfully obtained.
    * Used `certbot certonly -d`. Verified that the user was prompted for
      a credentials file after selecting cloudflare interactively and
      that a certificate was successfully obtained.
    * Used `certbot renew --force-renewal`. Verified that certificates
      were renewed without user interaction.
 * Negative testing:
    * Path to non-existent credentials file.
    * Credentials file with unsafe permissions (644).
    * Credentials file missing e-mail address.
    * Credentials file with blank API key.
    * Credentials file with incorrect e-mail address.
    * Credentials file with malformed API key.
    * Credentials file with invalid API key.
    * Domain name not registered to Cloudflare account.
2017-05-10 15:26:51 -07:00
..
_static Fix docs warnings 2015-01-24 13:13:13 +00:00
api Cloudflare DNS Authenticator 2017-05-10 15:26:51 -07:00
man docs: Fix generation of manpage certbot(1). 2016-05-31 20:37:05 -04:00
.gitignore gitignores for various doc files 2015-10-21 17:06:36 -07:00
api.rst docs: markup fixes, separate section for api docs, link to demo video, improved phrasing 2015-01-26 14:58:24 +01:00
challenges.rst Attempt to document challenge types 2017-04-14 16:01:55 -07:00
ciphers.rst docs(ciphers): newer keylength.com recommendations (#4266) 2017-03-03 10:44:12 -08:00
cli-help.txt Release 0.14.0 2017-05-04 16:52:13 -07:00
conf.py Remove the sphinxcontrib.programout [docs]dependency (#3830) 2016-11-30 10:47:10 -08:00
contributing.rst Merge pull request #4459 from St-Ranger/patch-1 2017-04-14 11:46:08 -07:00
index.rst Add resources page 2016-07-14 15:11:39 -07:00
install.rst Tell the world we're Python 3 compatible (#4568) 2017-04-28 16:06:45 -07:00
intro.rst Make intro.rst include README 2016-07-20 14:59:50 -07:00
make.bat CRLF: unix2dos docs/make.bat 2015-11-04 07:27:30 +00:00
Makefile sphinx-quickstart 2014-11-30 02:38:33 +01:00
packaging.rst Update FreeBSD package entries (#4538) 2017-04-24 11:58:00 -07:00
resources.rst Remove duplication in resources.rst 2016-08-24 14:37:47 -07:00
using.rst Update doc using.rst to correct a sample script (#4582) 2017-05-01 09:43:07 -07:00