EnrollmentImpl
Implements Enrollment interface.
Functions
Link copied to clipboard
open suspend override fun enroll(requestId: String?, identity: ServerIdentity, alias: String, certChain: X509CertChain)
Provides certificate signed by CA for the given server identity.
Link copied to clipboard
open suspend override fun request(requestId: String?, identity: ServerIdentity, nonce: ByteString, expiration: Instant): Enrollment.EnrollmentRequest
Initial step of a certificate issuance.
Link copied to clipboard
Notifies this server that remote server key changed and should be re-fetched.