createAcmeEndpoint
inline suspend fun AcmClient.createAcmeEndpoint(crossinline block: CreateAcmeEndpointRequest.Builder.() -> Unit): CreateAcmeEndpointResponse
Creates an ACME endpoint, which is a managed ACME server with a unique endpoint URL. After creation, ACME clients can use the endpoint URL to automate certificate issuance using the ACME protocol.