Skip to content

Commit 0bdc858

Browse files
committed
Add second user to sample
1 parent 2feb3ca commit 0bdc858

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/managed-ccf/quickstart-typescript.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const subscriptionId = "0000000-0000-0000-0000-000000000001";
9696
const rgName = "myResourceGroup";
9797
const ledgerId = "testApp";
9898
const memberCert0 = "-----BEGIN CERTIFICATE-----\nMIIBvjCCAUSgAwIBAg...0d71ZtULNWo\n-----END CERTIFICATE-----";
99+
const memberCert1 = "-----BEGIN CERTIFICATE-----\nMIIBwDCCAUagAwIBAgI...2FSyKIC+vY=\n-----END CERTIFICATE-----";
99100

100101
async function main() {
101102
console.log("Creating a new instance.")
@@ -114,6 +115,13 @@ async function main() {
114115
"owner":"member0"
115116
}
116117
},
118+
<MemberIdentityCertificate>{
119+
certificate: memberCert1,
120+
encryptionkey: "",
121+
tags: {
122+
"owner":"member1"
123+
}
124+
},
117125
],
118126
nodeCount: 3,
119127
};

0 commit comments

Comments
 (0)