fabric-samples/test-network/addOrg3
SurbhiAgarwal1 c5f953ba88 fix: resolve malformed serial number in certificate renewal #1181
Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
2026-04-19 16:13:25 +05:30
..
compose fix: resolve malformed serial number in certificate renewal #1181 2026-04-19 16:13:25 +05:30
fabric-ca fix: resolve malformed serial number in certificate renewal #1181 2026-04-19 16:13:25 +05:30
addOrg3.sh fix: resolve malformed serial number in certificate renewal #1181 2026-04-19 16:13:25 +05:30
ccp-generate.sh fix: resolve malformed serial number in certificate renewal #1181 2026-04-19 16:13:25 +05:30
ccp-template.json Remove solo and kafka from test net configtx.yaml (#137) 2020-03-20 15:54:35 +01:00
ccp-template.yaml fix: resolve malformed serial number in certificate renewal #1181 2026-04-19 16:13:25 +05:30
configtx.yaml fix: resolve malformed serial number in certificate renewal #1181 2026-04-19 16:13:25 +05:30
org3-crypto.yaml fix: resolve malformed serial number in certificate renewal #1181 2026-04-19 16:13:25 +05:30
README.md FAB-17243 Add support for Fabric CA for Org3 on the (#91) 2020-01-16 22:32:12 +01:00

Adding Org3 to the test network

You can use the addOrg3.sh script to add another organization to the Fabric test network. The addOrg3.sh script generates the Org3 crypto material, creates an Org3 organization definition, and adds Org3 to a channel on the test network.

You first need to run ./network.sh up createChannel in the test-network directory before you can run the addOrg3.sh script.

./network.sh up createChannel
cd addOrg3
./addOrg3.sh up

If you used network.sh to create a channel other than the default mychannel, you need pass that name to the addorg3.sh script.

./network.sh up createChannel -c channel1
cd addOrg3
./addOrg3.sh up -c channel1

You can also re-run the addOrg3.sh script to add Org3 to additional channels.

cd ..
./network.sh createChannel -c channel2
cd addOrg3
./addOrg3.sh up -c channel2

For more information, use ./addOrg3.sh -h to see the addOrg3.sh help text.