install_roundcube.sh only allow protocol tls 1.2 and tls 1.3: 'SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1'.

This commit is contained in:
Christoph 2021-01-07 14:13:04 +01:00
parent a927e66fd5
commit b80243190e

View File

@ -1432,6 +1432,8 @@ EOF
SSLEngine on
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
SSLCertificateFile ${APACHE_CERT_DIR}/$APACHE_SERVER_CERT
SSLCertificateKeyFile ${APACHE_CERT_DIR}/$APACHE_SERVER_KEY
$SSLCertificateChainFile