-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-6927] Generate TLS client certs for users
Now tha that both the peer and the orderer support mutual TLS, cryptogen needs to generate TLS client certificates for the users it generates. All of the material was already being generated, but all TLS certs were name server.* and it is more appropriate / more clear to name TLS certs intended for client usage client.*. So internally a new parameter is added which specifies the type of node and maps node type to client or server as appropriate. Change-Id: I510a07335f4c685367ff941ab6c63a0203a04bd1 Signed-off-by: Gari Singh <[email protected]>
- Loading branch information
1 parent
6778439
commit b9bc349
Showing
3 changed files
with
51 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters