Metadata-Version: 1.1
Name: certbot-dns-dnspod
Version: 0.1.0
Summary: DNSPOD DNS Authenticator plugin for Certbot
Home-page: http://github.com
Author: SkyLothar
Author-email: allothar@gmail.com
License: Apache License 2.0
Description: DNSPOD DNS Authenticator plugin for Certbot
        -------------------------------------------
        .. image:: https://travis-ci.org/SkyLothar/certbot-dns-dnspod.svg?branch=master
            :target: https://travis-ci.org/SkyLothar/certbot-dns-dnspod
        .. image:: https://coveralls.io/repos/github/SkyLothar/certbot-dns-dnspod/badge.svg?branch=master
            :target: https://coveralls.io/github/SkyLothar/certbot-dns-dnspod?branch=master
        
        
        Use the certbot client to generate a certificate using dnspod.
        
        Prepare an API Token
        ====================
        Fetch an api token on https://www.dnspod.cn/console/user/security
        
        
        Install certbot and plugin
        ==========================
        
        .. code-block:: bash
        
            pip install certbot-dns-dnspod
        
        
        Create a credentials file
        =========================
        
        .. code-block:: ini
        
            certbot_dns_dnspod:dns_dnspod_email = "DNSPOD-API-REQUIRES-A-VALID-EMAIL"
            certbot_dns_dnspod:dns_dnspod_api_token = "DNSPOD-API-TOKEN"
        
        
        Generate a certificate
        ======================
        
        .. code-block:: bash
        
            certbot certonly -a certbot-dns-dnspod:dns-dnspod \
                [--certbot-dns-dnspod:dns-dnspod-credentials PATH-TO-CREDENTIAL-FILE]
                -d REPLACE-WITH-YOUR-DOMAIN
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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
