Quote $cert_ext_key_usage in renew()

'case' is "immune" to standard word splitting and globbing but
code-style now demands that 'case' does not get treated differently.

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-04-19 15:20:54 +01:00
parent 993c378dac
commit 60f3fc2728
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1607,7 +1607,7 @@ Renewal not allowed."
sed -n "/X509v3 Extended Key Usage:/{n;s/^ *//g;p;}"
)
case $cert_ext_key_usage in
case "$cert_ext_key_usage" in
"TLS Web Client Authentication")
cert_type=client
;;