From 57d5b6329f3dfe03a6a76addd291455812b50ef7 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 17 Sep 2017 11:16:24 +0200 Subject: [PATCH] Fix case Doesn't have any impact, but that's how it should be. --- openvpn-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 0d92834..a17058a 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -439,13 +439,13 @@ else done case $HMAC_AUTH in 1) - HMAC_AUTH="sha256" + HMAC_AUTH="SHA256" ;; 2) - HMAC_AUTH="sha384" + HMAC_AUTH="SHA384" ;; 3) - HMAC_AUTH="sha512" + HMAC_AUTH="SHA512" ;; esac echo "tls crypt or tls auth"