Forge Home

acme_sh

Install acme.sh LE client from https://github.com/Neilpang/acme.sh

38,599 downloads

29,807 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.3 (latest)
  • 1.0.2
  • 1.0.1
released Dec 9th 2016
This version is compatible with:
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'techdad-acme_sh', '1.0.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add techdad-acme_sh
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install techdad-acme_sh --version 1.0.3

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

techdad/acme_sh — version 1.0.3 Dec 9th 2016

acme_sh

Description

Install acme.sh LE client from github.com/Neilpang/acme.sh.

This just installs the script/client only. You still need to do any certificate requests manually, as well as configure your web server.

Reference

Needs the following parameters:

  • $acme_repo_path - The full path to clone the acme.sh git repository in order to install from.
    (default: '/opt/acme_repo')

  • $acme_home - The full path to install the acme.sh script into (overriding $HOME/.acme.sh).
    (default: '/opt/acme')

  • $acme_certhome - A customized dir to save the certs you issue.
    (default: $acme_home)

  • $accountemail - Specify the email address to be used in Letsencrypt API communications. This email address will later receive certificate expiry warnings.
    (default: undef)

  • $acme_version - The version/release of the acme git repository to clone.
    (default: 'master')

  • $manage_dependencies - Boolean to specify whether or not to install the required package dependencies.
    (default: false)

Limitations

Only explicitly tested on RHEL/CentOS 6 and Debian 7.

Dependencies

This module requires puppetlabs/vcsrepo.