From 1d9cc06362e578f56a3fe0293169939e0eb3f270 Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Wed, 27 Apr 2016 10:03:42 -0400 Subject: [PATCH] Add SSL CA certificate --- templates/apache2/eg.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/apache2/eg.conf b/templates/apache2/eg.conf index 160681a..f4c47cd 100644 --- a/templates/apache2/eg.conf +++ b/templates/apache2/eg.conf @@ -116,6 +116,7 @@ SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+EC # openssl req -new -x509 -nodes -out server.crt -keyout server.key SSLCertificateFile ssl/server.crt SSLCertificateKeyFile ssl/server.key + SSLCACertificateFile ssl/ca.crt # - absorb the shared virtual host settings Include eg_vhost.conf -- 2.11.0