From: Andy Witter Date: Wed, 27 Apr 2016 14:03:42 +0000 (-0400) Subject: Add SSL CA certificate X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1d9cc06362e578f56a3fe0293169939e0eb3f270;p=contrib%2Fpines%2Fgenasys.git Add SSL CA certificate --- 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