-
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-1799] Add function to replace client root CAs
The GRPCServer had methods for appending and removing client root certificates but did not have a method to set/update the list in its entirety. * Add SetClientRootCAs function to GRPCServer * Add new tests and update existing tests Change-Id: I8159ae9a0cea663a882b5bcaecc184b4934ab8eb Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
5c171cc
commit 2c0e72a
Showing
2 changed files
with
188 additions
and
2 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