checkOrderRequest

suspend fun checkOrderRequest(orderUrl: String, previousNonce: String): <Error class: unknown class>

Verifies that the previous challenge has been completed.

Parameters

orderUrl

location header from http response you got from newOrderResponse

previousNonce

replay-nonce response header from POST /acme/{provisioner-name}/challenge/{challenge-id}

See also

https

://www.rfc-editor.org/rfc/rfc8555.html#section-7.4