Skip to content

Commit

Permalink
[FAB-2896] Support multiple CAs - new CA struct
Browse files Browse the repository at this point in the history
The change-set seems large but the code change is minimal.
Most of this change set consists of moving code around.
This is the first part in a series of change-sets to add support
for multiple CAs. This change-set is creating the distinction
between server and CA. A new CA struct was created and all the
relevant code from server struct was moved over to CA struct.

There is still a one to one relationship between server and CA,
the next change set will add support for starting multiple instances
of CA in a single server by specifying the 'cafiles' option.

Change-Id: Ie0cc1824f501457147609aa9f8aa591477d104d3
Signed-off-by: Saad Karim <[email protected]>
  • Loading branch information
Saad Karim committed Apr 25, 2017
1 parent 7122565 commit d7a5c29
Show file tree
Hide file tree
Showing 4 changed files with 689 additions and 554 deletions.
Loading

0 comments on commit d7a5c29

Please sign in to comment.