Metadata-Version: 2.1
Name: certbot-dns-nextlayer
Version: 1.0.0
Summary: nextlayer DNS Authenticator plugin for Certbot
Home-page: https://github.com/nextlayergmbh/certbot-dns-nextlayer.git
Author: Alexander Holzapfel
Author-email: alexander.holzapfel@nextlayer.at
License: MIT License
Description: certbot-dns-nextlayer
        ============
        
        next layer DNS Authenticator plugin for [Certbot](https://certbot.eff.org/).
        
        This plugin is built from the ground up and follows the development style and life-cycle
        of other `certbot-dns-*` plugins found in the
        [Official Certbot Repository](https://github.com/certbot/certbot).
        
        Installation
        ------------
        
        ```
        pip install --upgrade certbot # optional
        pip install certbot-dns-nextlayer
        ```
        
        Verify:
        
        ```
        $ certbot plugins --text
        
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        * dns-nextlayer
        Description: Obtain certificates using a DNS TXT record by using the nextlayer
        dns api.
        Interfaces: IAuthenticator, IPlugin
        Entry point: dns-nextlayer = certbot_dns_nextlayer.dns_nextlayer:Authenticator
        
        ...
        ...
        ```
        
        Configuration
        -------------
        
        The credentials file e.g. `~/nldns-credentials.ini` should look like this:
        
        ```
        dns_nextlayer_token=put_your_token_here
        ```
        
        Usage
        -----
        
        
        ```
        certbot certonly --authenticator dns-nextlayer --dns-nextlayer-credentials=~/nldns-credentials.ini -d nextlayer.at
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT 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.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
