Mandolin Creek System Helpers (MCSH)

l11: LetsEncrypt Helper

This document introduces the MCSH l11 tool script, which manages the process of obtaining and renewing certificates obtained from the LetsEncrypt project.


Table Of Contents


Introduction

The l11 script presently provides several primary functions:

  • Installs the latest certbot script,
  • Requests new certificates in one step,
  • Manages a nightly task to handles renewals.

Configuration

Install certbot

The l11 script installs its own private copy of the LetsEncrypt certbot, using the EFF's certbot-auto script. The should happen automatically when running the script, but it can be easier to isolate problems by performing this step separately:

l11 certbot download

Certificates

The l11 script obtains certificates with a single command:

l11 cert request <domain>+

Nightly Task

The l11 script installs a nightly renewal task with this command:

l11 cron install

When that task is run, it simply calls l11:

l11 cron run

That command can be run to debug problems with certificate renewals.


View the Developer Guide Index

View the Reference Manual Index


Generated on Fri Jul 28 14:34:25 PDT 2017 by mcsh d14 v0.23.0.