mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Node verifies the peer it connects to by checking its TLS common name
This commit is contained in:
@ -12,7 +12,10 @@ dataSourceProperties : {
|
||||
artemisAddress : "my-corda-node:10002"
|
||||
webAddress : "localhost:10003"
|
||||
extraAdvertisedServiceIds: "corda.interest_rates"
|
||||
networkMapAddress : "my-network-map:10000"
|
||||
networkMapService : {
|
||||
address : "my-network-map:10000"
|
||||
legalName : "Network Map Service"
|
||||
}
|
||||
useHTTPS : false
|
||||
rpcUsers : [
|
||||
{ user=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }
|
||||
|
Reference in New Issue
Block a user