From e26fb8808e5e72791d00c3ac5ddd912a95669d8e Mon Sep 17 00:00:00 2001 From: Binyamin Laukstein <7raivis@inbox.lv> Date: Sun, 31 Jan 2016 21:36:48 +0200 Subject: [PATCH] Syntax error, must be SSLCertificateKeyFile > AH00526: Syntax error on line 166 of httpd-ssl.conf: > Invalid command 'SLCertificateKeyFile', perhaps misspelled or defined by a module not included in the server configuration --- document_root/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document_root/index.html b/document_root/index.html index 978c41c..0ba9482 100644 --- a/document_root/index.html +++ b/document_root/index.html @@ -149,7 +149,7 @@ server {

Here's a similar configuration for Apache 2.4's httpd-ssl.conf:

 Listen 443
 SSLCertificateFile "/etc/ssl/sslip.io.chained.crt.pem"
-SLCertificateKeyFile "/etc/ssl/sslip.io.key.pem"
+SSLCertificateKeyFile "/etc/ssl/sslip.io.key.pem"

Finally, restart your webserver and browse to its sslip.io address via HTTPS

Browse to your webserver's sslip.io hostname, e.g. https://52-0-56-137.sslip.io