From b493414d30c7aef37af904e55316436554fe54b2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 7 Feb 2016 22:17:33 -0400 Subject: wording --- src/Propellor/Property/LetsEncrypt.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 [] -- cgit v1.2.3