Metadata-Version: 1.1
Name: certbot_inwx_hook
Version: 1.0.2
Summary: Hook for certbot manual mode and the INWX API
Home-page: https://github.com/faerbit/certbot_inwx_hook
Author: Faerbit
Author-email: faerbit at gmail dot com
License: MIT
Description: certbot INWX hook |PyPI version|
        ================================
        
        A hook to be used with the ``--manual`` option of the ``certonly``
        subcommand of certbot. The hooks work with the API of
        `INWX <https://inwx.com>`__ and the ``dns-01`` challenge of `Let's
        encrypt <https://lets-encrypt.org>`__.
        
        Usage
        -----
        
        This package installs the ``certbot_inwx_deploy`` and
        ``certbot_inwx_cleanup`` entry points. Just supply these to the
        ``--manual-auth-hook`` and ``--manual-cleanup-hook`` of certbot.
        
        Configuration
        -------------
        
        The configuration file is stored under ``/etc/certbot_inwx_hook.ini``. A
        sample is provided under ``certbot_iwnx_hook.sample.ini``. You can set
        the ``$CERTBOT_INWX_HOOK_CONFIG_FILE`` environment variable to a custom
        location, which will take precedence over the default location if set.
        In the config file you have to supply your login information. Optionally
        you can set additioanl nameserver IPs to check for successful
        propagation of the challenge. You would want ot provide the IPs of your
        registrar here to speed things up.
        
        License
        -------
        
        This work is licensed under the MIT license. See License.md for details.
        Additionally this work is loosely based on
        `this <https://github.com/inwx/python2.7-client>`__ code.
        
        .. |PyPI version| image:: https://badge.fury.io/py/certbot-inwx-hook.svg
           :target: https://badge.fury.io/py/certbot-inwx-hook
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
