mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
revert last fix
This commit is contained in:
parent
b171aff418
commit
a3a04b5f76
2
acme.sh
2
acme.sh
@ -933,7 +933,7 @@ _calcjwk() {
|
||||
|
||||
modulus=$($OPENSSL_BIN rsa -in "$keyfile" -modulus -noout | cut -d '=' -f 2)
|
||||
_debug3 modulus "$modulus"
|
||||
n="$(printf "%s" "$modulus" | _h2b | _base64 | tr -d '\r\n' | _urlencode)"
|
||||
n="$(printf "%s" "$modulus" | _h2b | _base64 | _urlencode)"
|
||||
_debug3 n "$n"
|
||||
|
||||
jwk='{"e": "'$e'", "kty": "RSA", "n": "'$n'"}'
|
||||
|
Loading…
Reference in New Issue
Block a user