getServerIdentity

suspend fun BackendEnvironment.Companion.getServerIdentity(name: String, fallback: () -> ServerIdentity? = { null }): ServerIdentity

Server identity is a pair of private key and certificate chain for the corresponding public key.