generateServerIdentityLeafCertificate
suspend fun generateServerIdentityLeafCertificate(serverIdentity: ServerIdentity, enrollmentRequest: Enrollment.EnrollmentRequest, now: Instant = Clock.System.now().truncateToWholeSeconds(), expiration: Instant = now + CERTIFICATE_DURATION): X509CertChain