Reputation: 9428
I have tested and understood how a hyperledger network works from this tutorial https://github.com/leadiq/heroes-service. Now I am starting thinking a production env. Which tool should I use to replace bin/cryptogen?
Upvotes: 1
Views: 507
Reputation: 12013
You can use the Hyperledger Fabric Certificate Authority to issue the required cryptographic material or you can use any certificate authority software which can issue EC certificates
Upvotes: 1