michaelkuty / letsencrypt-formula

Saltstack formula for letsencrypt service

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

letsencrypt-formula

Creates certificates and manages renewal using the letsencrypt service.

Available states

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 .

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.

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

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.

About

Saltstack formula for letsencrypt service

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

License:Other


Languages

Language:SaltStack 65.5%Language:HTML 34.5%