createDevIntermediateCaCertPath

fun createDevIntermediateCaCertPath(rootCaName: X500Principal = defaultRootCaName, intermediateCaName: X500Principal = defaultIntermediateCaName): <Error class: unknown class><<Error class: unknown class>, <Error class: unknown class>>

Returns a pair of CertificateAndKeyPairs, the first being the root CA and the second the intermediate CA.

Parameters

rootCaName

The subject name for the root CA cert.

intermediateCaName

The subject name for the intermediate CA cert.