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
fa8311dc
Commit
fa8311dc
authored
Mar 31, 2016
by
neil
Browse files
minor
parent
37db5b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
fa8311dc
...
@@ -1174,7 +1174,7 @@ issue() {
...
@@ -1174,7 +1174,7 @@ issue() {
_clearup
_clearup
_info
"Verify finished, start to sign."
_info
"Verify finished, start to sign."
der
=
"
$(
_getfile
"
$CSR_PATH
"
"
$BEGIN_CSR
"
"
$END_CSR
"
|
tr
-d
"
\r\n
"
| _urlencode
)
"
der
=
"
$(
_getfile
"
$
{
CSR_PATH
}
"
"
$
{
BEGIN_CSR
}
"
"
$
{
END_CSR
}
"
|
tr
-d
"
\r\n
"
| _urlencode
)
"
_send_signed_request
"
$API
/acme/new-cert"
"{
\"
resource
\"
:
\"
new-cert
\"
,
\"
csr
\"
:
\"
$der
\"
}"
"needbase64"
_send_signed_request
"
$API
/acme/new-cert"
"{
\"
resource
\"
:
\"
new-cert
\"
,
\"
csr
\"
:
\"
$der
\"
}"
"needbase64"
...
...
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