Use AES-128-GCM by default

This commit is contained in:
angristan 2018-09-22 14:25:30 +02:00
parent c1b069b501
commit 06e7597942

View File

@ -282,7 +282,7 @@ function installOpenVPN () {
done done
if [[ $CUSTOMIZE_ENC == "n" ]];then if [[ $CUSTOMIZE_ENC == "n" ]];then
# Use default, sane and fast paramters # Use default, sane and fast paramters
CIPHER="cipher AES-128-CBC" CIPHER="cipher AES-128-GCM"
DH_KEY_SIZE="2048" DH_KEY_SIZE="2048"
RSA_KEY_SIZE="2048" RSA_KEY_SIZE="2048"
else else