-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fabric-ca-server start for cobra/viper CLI
This change set is a continuation of the rebase of fabric-ca CLI on cobra/viper. This change set implements the first part of the fabric-ca-server start command. From a configuration perspective, the server start command is the most intrusive because the cfssl CLI permeated the code. The lib/server.go now is a proper library API which is independent of cfssl or even viper config. The cobra/viper specific calls are intentionally all in cmd/fabric-ca-server. See https://jira.hyperledger.org/browse/FAB-2012 Change-Id: Iac6413c2de115fd66aada121cbfdbce22b11d4e9 Signed-off-by: Keith Smith <[email protected]>
- Loading branch information
Keith Smith
committed
Feb 15, 2017
1 parent
70ae36d
commit 5a35b72
Showing
14 changed files
with
390 additions
and
58 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
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
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.