letsencrypt::Client method refreshOrder (protected)

 <instance of letsencrypt::Client[i]> refreshOrder orderURL

Defined in /usr/local/ns/tcl/letsencrypt/letsencrypt-procs.tcl

Parameters:
orderURL (required)

Testcases:
No testcase defined.
Source code:
set httpStatus [:send_signed_request -nolog $orderURL ""]
:log "request to order URL $orderURL returned HTTP status $httpStatus<br>"
#:log "[:printHeaders ${:replyHeaders}]<br>${:replyText}<br>"

if {$httpStatus ne "200"} {
    return -code error "refreshOrder failed with HTTP status $httpStatus"
}
return [:json2dict ${:replyText}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: