enroll

abstract suspend fun enroll(requestId: String?, identity: ServerIdentity, alias: String, certChain: X509CertChain)

Provides certificate signed by CA for the given server identity.

Parameters

requestId

request id as was previously passed to request method

identity

defines the purpose of the issued certificate

alias

key alias as returned in EnrollmentRequest.alias

certChain

certificate chain for the given identity