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
c2b1e38d
Commit
c2b1e38d
authored
Jun 17, 2017
by
neil
Committed by
GitHub
Jun 17, 2017
Browse files
Merge pull request #884 from Neilpang/dev
Dev
parents
d2f0178f
fcc0aef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
c2b1e38d
#!/usr/bin/env sh
VER
=
2.7.
1
VER
=
2.7.
2
PROJECT_NAME
=
"acme.sh"
...
...
@@ -1733,7 +1733,7 @@ _send_signed_request() {
nonce
=
"
$_CACHED_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
"
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