Metadata-Version: 2.1
Name: certbot-dns-rackspace
Version: 0.0.1.dev2
Summary: Rackspace Cloud DNS Authenticator plugin for Certbot
Home-page: https://github.com/komputerwiz/certbot-dns-rackspace
Author: Matthew Barry
Author-email: matthew@komputerwiz.net
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Requires-Dist: acme (>=0.37.1)
Requires-Dist: certbot (>=0.37.1)
Requires-Dist: mock
Requires-Dist: requests (>=2.22.0)
Requires-Dist: setuptools
Requires-Dist: zope.interface

# certbot-dns-rackspace
Certbot plugin for ACME DNS-01 Challenge on Rackspace Cloud DNS

## Usage

    certbot certonly \
      -a certbot-dns-rackspace \
      -d example.com \
      --certbot-dns-rackspace:dns-rackspace-credentials="/path/to/creds.ini" \
      --certbot-dns-rackspace:dns-rackspace-zone=example.com

## Example Configuration

Save the following somewhere safe, like a protected `rax.ini` file accessible only to certbot.

    certbot_dns_rackspace:dns_rackspace_username = foobarbaz
    certbot_dns_rackspace:dns_rackspace_api_key = 1337cafef00dd00dbabe


