diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-05-05 10:37:57 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-05-05 10:37:57 -0400 |
| commit | 1e12a3a8c4fd0a5b027ff7923bb014b7836f8fd9 (patch) | |
| tree | 16d53cd2d7d6f3fc5d05a3fa996c66798a160e50 /src/Propellor/Property/LetsEncrypt.hs | |
| parent | 97cfa21427e5186e40afdf57556a8ee6b13ee970 (diff) | |
Run letsencrypt with --noninteractive.
Diffstat (limited to 'src/Propellor/Property/LetsEncrypt.hs')
| -rw-r--r-- | src/Propellor/Property/LetsEncrypt.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/LetsEncrypt.hs b/src/Propellor/Property/LetsEncrypt.hs index bf38046b..88d4f5a8 100644 --- a/src/Propellor/Property/LetsEncrypt.hs +++ b/src/Propellor/Property/LetsEncrypt.hs @@ -74,6 +74,7 @@ letsEncrypt' (AgreeTOS memail) domain domains webroot = , "--webroot" , "--webroot-path", webroot , "--text" + , "--noninteractive" , "--keep-until-expiring" ] ++ map (\d -> "--domain="++d) alldomains |
