Metadata-Version: 2.1
Name: led
Version: 0.0.2
Summary: Docker utility for Lets Encrypt
Home-page: https://pypi.org/project/led/
Author: Brian Farrell
Author-email: brian.farrell@me.com
License: AGPLv3
Keywords: interface
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: System :: Systems Administration
Classifier: Environment :: Console
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/x-rst


============
Introduction
============

LED is a utility to generate TLS certificates from Let's Encrypt and install
them in Docker containers.


Objectives
----------

    1. Provide an elegant command-line interface for provisioning TLS certificates to Docker containers.
    2. Enable automatic renewal of Let's Encrypt certificates via Systemd Timer or Cron.
    3. Bootstrap web servers with self-signed certificates.
    4. Support both NGINX and Apache httpd

       👉 *Initial support will only be for NGINX* 👈

Installing
----------

Install and update using `pip`:

.. code-block:: bash

   pip install -U led


A Simple Example
----------------

.. code-block:: bash

   led create certs


Links
-----

* Website:
* Documentation:
* License: https://www.gnu.org/licenses/agpl.html
* Releases: https://pypi.org/project/led/
* Code: _To be released soon..._
* Issue tracker:
* Test status:
* Test coverage:


