Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
f3dc5dd1
Commit
f3dc5dd1
authored
Jun 16, 2017
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/881#issuecomment-309026385
parent
326c386b
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
f3dc5dd1
...
@@ -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
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment