1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-16 19:03:03 +00:00
This commit is contained in:
neil
2016-03-31 20:42:17 +08:00
parent 37db5b8131
commit fa8311dc6e
+1 -1
View File
@@ -1174,7 +1174,7 @@ issue() {
_clearup
_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"