CORDA-3201 - Enforce separate key for notary identity (#6308)

This commit is contained in:
Oliver Knowles
2020-07-20 10:59:08 +01:00
committed by GitHub
parent e6d5842a23
commit a500084d38
13 changed files with 263 additions and 90 deletions

View File

@ -83,8 +83,10 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar', nodeTask])
cordapp project(':samples:trader-demo:workflows-trader')
}
node {
name "O=Notary Service,L=Zurich,C=CH"
notary = [validating : true]
name "O=Notary Node,L=Zurich,C=CH"
notary = [validating : true,
serviceLegalName: "O=Notary Service,L=Zurich,C=CH"
]
p2pPort 10002
rpcSettings {
address "localhost:10003"