adding SSLCaCertificatePath /etc/ssl/certs to allow a working certificate chain by default
This commit is contained in:
parent
9f8d6510d6
commit
e0f5c03abb
|
@ -1,6 +1,7 @@
|
|||
<VirtualHost *:443>
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/alternc/apache.pem
|
||||
SSLCaCertificatePath /etc/ssl/certs
|
||||
DocumentRoot /var/alternc/bureau
|
||||
Include /etc/alternc/bureau.conf
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Reference in New Issue