Add SSL CA certificate
authorAndy Witter <awitter@georgialibraries.org>
Wed, 27 Apr 2016 14:03:42 +0000 (10:03 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 27 Apr 2016 14:03:42 +0000 (10:03 -0400)
templates/apache2/eg.conf

index 160681a..f4c47cd 100644 (file)
@@ -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