From bc9ab59f329124fde5c4b5733215bf556c53abbb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 17 May 2016 15:03:14 -0400 Subject: mention certbot --- src/Propellor/Property/LetsEncrypt.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Property/LetsEncrypt.hs') diff --git a/src/Propellor/Property/LetsEncrypt.hs b/src/Propellor/Property/LetsEncrypt.hs index 88d4f5a8..592a1e1d 100644 --- a/src/Propellor/Property/LetsEncrypt.hs +++ b/src/Propellor/Property/LetsEncrypt.hs @@ -1,4 +1,5 @@ --- | This module uses the letsencrypt reference client. +-- | This module gets LetsEncrypt certificates +-- using CertBot module Propellor.Property.LetsEncrypt where @@ -7,6 +8,8 @@ import qualified Propellor.Property.Apt as Apt import System.Posix.Files +-- Not using the certbot name yet, until it reaches jessie-backports and +-- testing. installed :: Property DebianLike installed = Apt.installed ["letsencrypt"] -- cgit v1.2.3