Re: Using Private Data in Fabric #hyperledger-fabric @ version 2.2 #hyperledger-fabric
Tom Lamm
Yes it does, the question is which .pem file??? That file's location depends on how you set up your directories. Hyperledger eats, breathes, and sweats certificates and keys. Understanding how they interact is vital. If all you want to do is make that command work and move on, poke around and you will find the correct .pem file. If you want to understand how Hyperledger works, you need to understand how x509 certifications work and the structure of the hierarchy of certification. I personally had to take a side trip in my learning to learn more about x509 certs and ssl in general. The Hyperledger tutorial docs seemed, to me, to just leave this as a "follow these steps and it should work" approach. By taking that side-trip I came to understand WHY it "should work", how to use the openssl command to examine the certifications, etc. Not what you want to hear, I'm sure, but I did not really "get" how all of these certs interact until I did that. Tom
|
|