corda/network-management/hsm.conf
Michal Kit 3baa15960f
Switching to reading the root certificate from the truststore (#449)
* Switching to reading the root certificate from the truststore

* Addressing review comments
2018-02-05 12:39:57 +00:00

24 lines
771 B
Plaintext

basedir = "."
device = "3001@192.168.0.1"
keySpecifier = -1
authMode = PASSWORD
rootKeyStoreFile = "dummyfile.jks"
rootKeyStorePassword = "trustpass"
csrCertCrlDistPoint = "http://test.com/revoked.crl"
doormanKeyGroup = "DEV.CORDACONNECT.OPS.CERT"
networkMapKeyGroup = "DEV.CORDACONNECT.OPS.NETMAP"
validDays = 3650
signAuthThreshold = 2
keyGenAuthThreshold = 2
authKeyFilePath = "./Administrator.key"
authKeyFilePassword = "Password"
autoUsername = "AUTO_USER"
signInterval = 10000
h2port = 0
dataSourceProperties {
"dataSourceClassName" = org.h2.jdbcx.JdbcDataSource
"dataSource.url" = "jdbc:h2:file:"${basedir}"/persistence;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;WRITE_DELAY=0;AUTO_SERVER_PORT="${h2port}
"dataSource.user" = sa
"dataSource.password" = ""
}