diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-07 19:39:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-07 19:39:22 -0400 |
| commit | 6e1f85f4d01de3b26cc09ff6380e51f82ce56bf4 (patch) | |
| tree | 84458e3fbdbcc6e42fbcfeaf1406d8913d9df2bd | |
| parent | 773458fced6153c107e4d6716d7e79618b05a62d (diff) | |
typo
| -rw-r--r-- | src/Propellor/Property/Apache.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apache.hs b/src/Propellor/Property/Apache.hs index aba5770e..38d47b94 100644 --- a/src/Propellor/Property/Apache.hs +++ b/src/Propellor/Property/Apache.hs @@ -185,7 +185,7 @@ httpsVirtualHost' domain docroot letos addedcfg = setup , File.hasContent cf $ vhost (Port 443) [ "SSLEngine on" , "SSLCertificateFile " ++ certfile - , "SSLCertificateKeyFile" ++ privkeyfile + , "SSLCertificateKeyFile " ++ privkeyfile , "SSLCertificateChainFile " ++ chainfile ] -- always reload; the cert has changed |
