diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-07 22:17:33 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-07 22:17:33 -0400 |
| commit | b493414d30c7aef37af904e55316436554fe54b2 (patch) | |
| tree | b172a1e57afafd573f9b3fcee3fed33d11d122c3 /src/Propellor/Property/LetsEncrypt.hs | |
| parent | 03210e500875f75b32d4b0e141151771c369fc14 (diff) | |
wording
Diffstat (limited to 'src/Propellor/Property/LetsEncrypt.hs')
| -rw-r--r-- | src/Propellor/Property/LetsEncrypt.hs | 4 |
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 [] |
