mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-06 20:52:42 +01:00
Use AES-128-GCM by default
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user