summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2016-02-07 22:17:33 -0400
committerJoey Hess2016-02-07 22:17:33 -0400
commitb493414d30c7aef37af904e55316436554fe54b2 (patch)
treeb172a1e57afafd573f9b3fcee3fed33d11d122c3 /src/Propellor/Property
parent03210e500875f75b32d4b0e141151771c369fc14 (diff)
wording
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/LetsEncrypt.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/LetsEncrypt.hs b/src/Propellor/Property/LetsEncrypt.hs
index d0dbc4e7..d5528c64 100644
--- a/src/Propellor/Property/LetsEncrypt.hs
+++ b/src/Propellor/Property/LetsEncrypt.hs
@@ -37,8 +37,8 @@ type WebRoot = FilePath
-- > letsEncrypt (AgreeTOS (Just "me@example.com")) "example.com" "/var/www"
-- > `onChange` Apache.reload
--
--- See `Propellor.Property.Apache.httpsVirtualHost` for a simpler way to
--- use letsencrypt, that is built on top of this.
+-- See `Propellor.Property.Apache.httpsVirtualHost` for a more complete
+-- integration of apache with letsencrypt, that's built on top of this.
letsEncrypt :: AgreeTOS -> Domain -> WebRoot -> Property NoInfo
letsEncrypt tos domain = letsEncrypt' tos domain []