mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
d19eb4a9d7
It's still expected to be present in node.conf if the web server needs to use SSL.
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
myLegalName : "O=Notary Service,OU=corda,L=London,C=GB"
|
|
keyStorePassword : "cordacadevpass"
|
|
trustStorePassword : "trustpass"
|
|
p2pAddress : "localhost:10000"
|
|
webAddress : "localhost:10001"
|
|
notary : {
|
|
validating : true
|
|
}
|