-
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-18171] Disregard certificate validity period in intra-orderer co…
…mmunication (#1825) This change set makes the orderer cluster authentication infrastructure disregard validity periods when comparing certificates, and only regard public keys. With this change, one can replace the TLS certificate of Raft, by a certificate that has the same public key without issuing channel config updates. This is to ensure that if a certificate of a consenter expired, one can quickly renew it and start the orderer without performing a config update per channel. Change-Id: Id1b29e220d37aa33617b2143b702075bf5b01f6f Signed-off-by: yacovm <yacovm@il.ibm.com>
- Loading branch information
Showing
14 changed files
with
545 additions
and
43 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
Oops, something went wrong.