Use AES-128-GCM by default

This commit is contained in:
angristan 2018-09-22 14:25:30 +02:00
parent c1b069b501
commit 06e7597942
1 changed files with 1 additions and 1 deletions

View File

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