Go to file
Raphaël Hertzog 833b55060f Update formula for version 0.3.0 of letsencrypt.sh 2016-12-12 16:07:16 +01:00
letsencrypt-sh Update formula for version 0.3.0 of letsencrypt.sh 2016-12-12 16:07:16 +01:00
CHANGELOG.rst Update formula for version 0.3.0 of letsencrypt.sh 2016-12-12 16:07:16 +01:00
LICENSE Initial commit 2016-06-21 12:33:55 +02:00
README.rst Initial commit 2016-06-21 12:33:55 +02:00
VERSION Initial commit 2016-06-21 12:33:55 +02:00
pillar.example Initial commit 2016-06-21 12:33:55 +02:00

README.rst

======================
letsencrypt-sh-formula
======================

This formula allows you to use the
`letsencrypt.sh <https://github.com/lukas2511/letsencrypt.sh>` client
to automatically manage TLS certificates issued by the
`letsencrypt.org <https://letsencrypt.org>` service.

Available states
================

.. contents::
    :local:

``letsencrypt-sh``
------------------

Installs the letsencrypt.sh client, its configuration file, the apache
integration and the cron job.

``letsencrypt-sh.install``
--------------------------

Installs the letsencrypt.sh client.

``letsencrypt-sh.config``
-------------------------

Installs the letsencrypt.sh configuration file.

``letsencrypt-sh.apache``
-------------------------

Installs the Apache integration allowing letsencrypt.sh to validate HTTP
challenges required by letsencrypt.org to issue/renew TLS certificates.

``letsencrypt-sh.cron``
-----------------------

Enables a periodic task that renews managed TLS certificates that are
about to expire.