mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
use _digest instead of openssl
This commit is contained in:
parent
23088bc897
commit
9ab16bdbb3
@ -440,7 +440,7 @@ _edgedns_base64_sha256() {
|
|||||||
_debug2 "Creating sha256 digest"
|
_debug2 "Creating sha256 digest"
|
||||||
trg=$1
|
trg=$1
|
||||||
_secure_debug2 "digest data" "$trg"
|
_secure_debug2 "digest data" "$trg"
|
||||||
digest="$(echo "$trg" | tr -d "\n\r" | ${ACME_OPENSSL_BIN:-openssl} dgst -sha256 -binary | _base64)"
|
digest="$(echo "$trg" | tr -d "\n\r" | _digest "sha256")"
|
||||||
_sha256_out="$(echo "$digest" | tr -d "\n\r" | iconv -f utf-8)"
|
_sha256_out="$(echo "$digest" | tr -d "\n\r" | iconv -f utf-8)"
|
||||||
_secure_debug2 "digest decode" "$_sha256_out"
|
_secure_debug2 "digest decode" "$_sha256_out"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user