Addressing #discussion_r2105799190

This commit is contained in:
asavin
2025-05-25 18:36:57 +02:00
parent e79ee7fb74
commit 5a085f2514
2 changed files with 2 additions and 2 deletions

View File

@@ -1017,7 +1017,7 @@ _digest() {
outputhex="$2"
if [ "$alg" = "sha256" ] || [ "$alg" = "sha1" ] || [ "$alg" = "md5" ]; then
if [ "$alg" = "sha3-256" ] || [ "$alg" = "sha256" ] || [ "$alg" = "sha1" ] || [ "$alg" = "md5" ]; then
if [ "$outputhex" ]; then
${ACME_OPENSSL_BIN:-openssl} dgst -"$alg" -hex | cut -d = -f 2 | tr -d ' '
else