summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2016-05-17 15:03:14 -0400
committerJoey Hess2016-05-17 15:03:14 -0400
commitbc9ab59f329124fde5c4b5733215bf556c53abbb (patch)
treed24dd2c36077b39b6d5ecf3780de50c0459b0c0a /src
parent2348ba268106838b4d5e7432741c2a182d56a76b (diff)
mention certbot
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/LetsEncrypt.hs5
1 files changed, 4 insertions, 1 deletions
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 <https://letsencrypt.org/> certificates
+-- using CertBot <https://certbot.eff.org/>
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"]