For BYFN, If the network is started with ./byfn.sh -m up
. How is MSP work without CA containers?
Asked
Active
Viewed 657 times
2

lissdy
- 371
- 1
- 5
1 Answers
4
Please consider to take a look on my previous answer for "What is the difference between MSP and Fabric CA?" first.
Now to expand a bit on this:
For BYFN, If the network is started with ./byfn.sh -m up. How is MSP work without CA containers?
In build your first network example, used cryptogen
tool which primarily used in testing and demo scenarios to quickly setup crypto materials required to initialize the MSP, basically it generates certificates needed to operate network entities. Therefore there is no actually need to use Fabric-CA, however there is a different example which I advise you to explore which make use of Fabric-CA as well instead of relying on cryptogen
.

Artem Barger
- 40,769
- 9
- 59
- 81
-
1Thanks Barger, it's quite helpful. – lissdy Jan 26 '18 at 05:25