Skip to content

Commit

Permalink
Changing Cipher to AES-256-GCM.
Browse files Browse the repository at this point in the history
  • Loading branch information
pietromarmelo committed Sep 25, 2020
1 parent 17e918a commit 1227abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ovpn_run
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd $OPENVPN
# Build runtime arguments array based on environment
USER_ARGS=("${@}")
ARGS=()
CIPHER=AES-256-OFB
CIPHER=AES-256-GCM

# Checks if ARGS already contains the given value
function hasArg {
Expand Down

0 comments on commit 1227abd

Please sign in to comment.