Alternc  latest
Alternc logiel libre pour l'hébergement
apache2-ssl.conf
Go to the documentation of this file.
1 
2 SSLHonorCipherOrder on
3 SSLCipherSuite ALL:!aNULL:!eNULL:!LOW:!EXP:!RC4:!3DES:+HIGH:+MEDIUM
4 SSLProtocol all -SSLv2 -SSLv3
5 
6 <VirtualHost *:443>
7  AssignUserId www-data www-data
8 
9  Include /etc/alternc/bureau.conf
10 
11  SSLEngine on
12  SSLCertificateFile /etc/ssl/certs/alternc-panel.pem
13  SSLCertificateKeyFile /etc/ssl/private/alternc-panel.key
14  SSLCaCertificatePath /etc/ssl/certs
15 
16 </VirtualHost>
17