Commit c2b1e38d authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #884 from Neilpang/dev

Dev
parents d2f0178f fcc0aef7
#!/usr/bin/env sh #!/usr/bin/env sh
VER=2.7.1 VER=2.7.2
PROJECT_NAME="acme.sh" PROJECT_NAME="acme.sh"
...@@ -1733,7 +1733,7 @@ _send_signed_request() { ...@@ -1733,7 +1733,7 @@ _send_signed_request() {
nonce="$_CACHED_NONCE" nonce="$_CACHED_NONCE"
_debug2 nonce "$nonce" _debug2 nonce "$nonce"
protected="$JWK_HEADERPLACE_PART1$nonce$JWK_HEADERPLACE_PART2" protected="$JWK_HEADERPLACE_PART1$nonce\", \"url\": \"${url}$JWK_HEADERPLACE_PART2"
_debug3 protected "$protected" _debug3 protected "$protected"
protected64="$(printf "%s" "$protected" | _base64 | _url_replace)" protected64="$(printf "%s" "$protected" | _base64 | _url_replace)"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment