- use esmith::ssl to set ciphers and protocol [SME: 12821] improve cipher order to get strongers first drop SSLv2
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
{
|
|
use esmith::ssl;
|
|
# When updating CipherSuite both e-smith-apache and smeserver-qpsmtpd templates should be updated.
|
|
$OUT = "SSLCipherSuite ";
|
|
$OUT .= $modSSL{CipherSuite} || $smeCiphers;
|
|
}
|