Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
eaa3de2d
Commit
eaa3de2d
authored
Jun 16, 2017
by
neil
Committed by
GitHub
Jun 16, 2017
Browse files
Merge pull request #883 from Neilpang/url
fix
https://github.com/Neilpang/acme.sh/issues/881#issuecomment-30902…
parents
326c386b
f3dc5dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
eaa3de2d
...
@@ -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