mirror of
https://github.com/corda/corda.git
synced 2025-06-14 05:08:18 +00:00
Changed logic to check for initial certificate, now using the truststore instead of the .cer file (#2213)
This commit is contained in:
@ -15,6 +15,4 @@ interface SSLConfiguration {
|
||||
interface NodeSSLConfiguration : SSLConfiguration {
|
||||
val baseDirectory: Path
|
||||
override val certificatesDirectory: Path get() = baseDirectory / "certificates"
|
||||
// TODO This will be removed. Instead we will just check against the truststore, which will be provided out-of-band, along with its password
|
||||
val rootCertFile: Path get() = certificatesDirectory / "rootcert.pem"
|
||||
}
|
||||
|
Reference in New Issue
Block a user