diff options
| -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 |
