mirror of
https://github.com/corda/corda.git
synced 2024-12-28 08:48:57 +00:00
c5e17d90f2
* Adding HSM signing service docs * Addressing review comments * Addressing review comments - round 2 * Addressing review comments - round 3 * Fixing method comment
25 lines
795 B
Plaintext
25 lines
795 B
Plaintext
device = "3001@127.0.0.1"
|
|
keyGroup = "DEV.DOORMAN"
|
|
keySpecifier = -1
|
|
authMode = PASSWORD
|
|
rootCertificateName = "corda_root_ca"
|
|
rootPrivateKeyPassword = "Password"
|
|
csrPrivateKeyPassword = "Password"
|
|
csrCertificateName = "intermediate_ca"
|
|
networkMapCertificateName = "intermediate_ca"
|
|
networkMapPrivateKeyPassword = "Password"
|
|
validDays = 3650
|
|
signAuthThreshold = 2
|
|
keyGenAuthThreshold = 2
|
|
authKeyFilePath = "./Administrator.key"
|
|
authKeyFilePassword = "Password"
|
|
autoUsername = "AUTO_USER"
|
|
signInterval = 600
|
|
|
|
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" = ""
|
|
} |