net.corda.node.utilities / ServiceIdentityGenerator

ServiceIdentityGenerator

object ServiceIdentityGenerator


Functions

generateToDisk fun generateToDisk(dirs: List<Path>, serviceId: String, serviceName: String, threshold: Int = 1): Unit

Generates signing key pairs and a common distributed service identity for a set of nodes. The key pairs and the group identity get serialized to disk in the corresponding node directories. This method should be called before any of the nodes are started.