From 6e1f85f4d01de3b26cc09ff6380e51f82ce56bf4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 7 Feb 2016 19:39:22 -0400 Subject: typo --- src/Propellor/Property/Apache.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') 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 -- cgit v1.2.3