-
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-4903] Use separate CA for TLS certs
FAB-4626 separates out the trusted roots for identity (signing) and for TLS. cryptogen currently uses the same CA for both. With this change, cryptogen will now create the updated MSP structure which includes tlscacerts folder and adds support for using separate CAs to generate identity and TLS certs. There is a TODO to actually leverage the tlsCA but we cannot enable that until we get FAB-4626 and this change merged Change-Id: I32de28e2489fd8554274b9379c2572945569fc63 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
3bc937e
commit ec94ba5
Showing
4 changed files
with
110 additions
and
81 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
Oops, something went wrong.