]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo
authorTom Hughes <tom@compton.nu>
Tue, 22 Oct 2013 19:39:45 +0000 (20:39 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 22 Oct 2013 19:39:45 +0000 (20:39 +0100)
cookbooks/apache/templates/default/ssl.erb

index 8035d4289e08719ac51eefacf5eb257bcd7a7b8d..61e7eee1cfaf19933b521fe8dbaf9eca196771ed 100644 (file)
@@ -3,6 +3,6 @@
 SSLHonorCipherOrder On
 SSLCipherSuite ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM
 
-SSLCertificateFile /etc/ssl/certs/<%= @certiifcate %>.pem
-SSLCertificateKeyFile /etc/ssl/private/<%= @certiifcate %>.key
+SSLCertificateFile /etc/ssl/certs/<%= @certificate %>.pem
+SSLCertificateKeyFile /etc/ssl/private/<%= @certificate %>.key
 SSLCertificateChainFile /etc/ssl/certs/rapidssl.pem