ENT-1796 RPC SSL (#3401)

* ENT-1796 add just-generate-rpc-ssl-settings command line flag. Fix ssl configuration and documentation

* ENT-1796 small fix. change alias

* ENT-1796 address code review changes

* ENT-1796 revert file

* ENT-1796 Added check to display better error message

* ENT-1796 Doc fixes
This commit is contained in:
Tudor Malene
2018-06-21 16:46:05 +01:00
committed by GitHub
parent 227ca3b65b
commit 381aadc78f
13 changed files with 173 additions and 134 deletions

View File

@ -48,7 +48,7 @@ object X509Utilities {
const val CORDA_CLIENT_TLS = "cordaclienttls"
const val CORDA_CLIENT_CA = "cordaclientca"
private val DEFAULT_VALIDITY_WINDOW = Pair(0.millis, 3650.days)
val DEFAULT_VALIDITY_WINDOW = Pair(0.millis, 3650.days)
/**
* Helper function to return the latest out of an instant and an optional date.