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
238990a2
Commit
238990a2
authored
Dec 16, 2018
by
neilpang
Browse files
add more debug info
https://github.com/Neilpang/acme.sh/issues/1932
parent
b54d6589
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
238990a2
...
@@ -1516,7 +1516,8 @@ _calcjwk() {
...
@@ -1516,7 +1516,8 @@ _calcjwk() {
JWK_HEADERPLACE_PART1
=
'{"nonce": "'
JWK_HEADERPLACE_PART1
=
'{"nonce": "'
JWK_HEADERPLACE_PART2
=
'", "alg": "ES'
$__ECC_KEY_LEN
'"'
JWK_HEADERPLACE_PART2
=
'", "alg": "ES'
$__ECC_KEY_LEN
'"'
else
else
_err
"Only RSA or EC key is supported."
_err
"Only RSA or EC key is supported. keyfile=
$keyfile
"
_debug2
"
$(
cat
"
$keyfile
"
)
"
return
1
return
1
fi
fi
...
...
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