apache2: Aktiviere Konfiguration für externe hosts
This commit is contained in:
parent
634c745c66
commit
7c15ce9d1f
3 changed files with 33 additions and 8 deletions
10
templates/ssl.conf
Normal file
10
templates/ssl.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
|
||||
SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
|
||||
SSLHonorCipherOrder off
|
||||
SSLCompression off
|
||||
SSLSessionTickets off
|
||||
SSLUseStapling on
|
||||
SSLStaplingResponderTimeout 5
|
||||
SSLStaplingReturnResponderErrors off
|
||||
SSLStaplingCache shmcb:/var/run/ocsp(32768)
|
||||
SSLOpenSSLConfCmd DHParameters {{ dhparams_path }}
|
Loading…
Add table
Add a link
Reference in a new issue