mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 08:49:03 +01:00
Use AES-128-GCM by default
This commit is contained in:
parent
c1b069b501
commit
06e7597942
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user