Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.23 KB

README.rst

File metadata and controls

38 lines (26 loc) · 1.23 KB

letsencrypt-formula

Creates certificates and manages renewal using the letsencrypt service.

Available states

letsencrypt

Installs and configures the letsencrypt cli from git, creates the requested certificates and installs renewal cron job. This is a shortcut for letsencrypt.install letsencrypt.config and letsencrypt.domains .

install

Only installs the letsencrypt client. Currently the letsencrypt-auto method is used. This will create a virtualenv in the /root/.config/ directory. The installation method will be replaced by using packages, as default as soon as they ara stable and available for all major platforms.

config

Manages /etc/letsencrypt/cli.ini config file.

domains

Creates a certificate with the domains in each domain set (letsencrypt:domainsets in pillar). Letsencrypt uses a relatively short validity of 90 days. Therefore, a cron job for automatic renewal every 60 days is installed for each domain set as well.