createDevNodeCaCertPath
fun createDevNodeCaCertPath( legalName: CordaX500Name, nodeKeyPair: KeyPair = Crypto.generateKeyPair(X509Utilities.DEFAULT_TLS_SIGNATURE_SCHEME), rootCaName: X500Principal = defaultRootCaName, intermediateCaName: X500Principal = defaultIntermediateCaName): <Error class: unknown class><<Error class: unknown class>, <Error class: unknown class>, <Error class: unknown class>>
Returns a triple of CertificateAndKeyPairs, the first being the root CA, the second the intermediate CA and the third the node CA.
Parameters
legalName
The subject name for the node CA cert.