angelokh
angelokh

Reputation: 9428

Production alternative for Hyperledger Cryptogen

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

Answers (1)

Gari Singh
Gari Singh

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

Related Questions