# letsencrypt-formula **Repository Path**: mirrors_akoumjian/letsencrypt-formula ## Basic Information - **Project Name**: letsencrypt-formula - **Description**: Saltstack formula for letsencrypt service - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =================== letsencrypt-formula =================== Creates certificates and manages renewal using the letsencrypt service. .. note:: See the full `Salt Formulas installation and usage instructions `_. Available states ================ .. contents:: :local: ``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 . ``letsencrypt.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. ``letsencrypt.config`` ---------- Manages /etc/letsencrypt/cli.ini config file. ``letsencrypt.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.