Acme Directory
data class AcmeDirectory(var newNonce: String, var newAccount: String, var newOrder: String, var revokeCert: String)(source)
Holds URLs of all the standard ACME endpoint supported on an ACME server.
See https://www.rfc-editor.org/rfc/rfc8555.html#section-7.1.1
See core_crypto::e2e_identity::types::E2eiAcmeDirectory