directoryResponse

suspend fun directoryResponse(directory: JsonRawData): <Error class: unknown class>

Parses the response from GET /acme/{provisioner-name}/directory. Use this AcmeDirectory in the next step to fetch the first nonce from the acme server. Use AcmeDirectory.newNonce.

Parameters

directory

HTTP response body

See also

https

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