-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-4404] Adding CA to server restricted on DN
Currently adding a CA required having a unique common name (CN) for each CA in the same server process. However, a less restrictive approach is required because a CSR can be signed by different root CAs. Logic was modified to check that if the issuer distinguished name (DN) is different than an intermediate CA can have the same subject distinguished name as another CA in the same server process. However, if the issuer DN is the same than the intermediate CA must use a unique subject DN. Also fixed missing CA configuration file path, currently error message was printing empty string. See [FAB-4404] for more info Change-Id: I77bfe48af35e599c3fd9898513d05da042e62add Signed-off-by: Saad Karim <skarim@us.ibm.com>
- Loading branch information
Saad Karim
committed
Jun 6, 2017
1 parent
03d860d
commit c9372be
Showing
4 changed files
with
205 additions
and
11 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