File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ const subscriptionId = "0000000-0000-0000-0000-000000000001";
96
96
const rgName = " myResourceGroup" ;
97
97
const ledgerId = " testApp" ;
98
98
const memberCert0 = " -----BEGIN CERTIFICATE-----\n MIIBvjCCAUSgAwIBAg...0d71ZtULNWo\n -----END CERTIFICATE-----" ;
99
+ const memberCert1 = " -----BEGIN CERTIFICATE-----\n MIIBwDCCAUagAwIBAgI...2FSyKIC+vY=\n -----END CERTIFICATE-----" ;
99
100
100
101
async function main() {
101
102
console .log (" Creating a new instance." )
@@ -114,6 +115,13 @@ async function main() {
114
115
" owner" :" member0"
115
116
}
116
117
},
118
+ <MemberIdentityCertificate >{
119
+ certificate: memberCert1 ,
120
+ encryptionkey: " " ,
121
+ tags: {
122
+ " owner" :" member1"
123
+ }
124
+ },
117
125
],
118
126
nodeCount: 3 ,
119
127
};
You can’t perform that action at this time.
0 commit comments