Skip to content

Commit da37f6b

Browse files
committed
[FAB-16229] Clarify documentation for FAB-15700
This change set adds some more clarifications to the fact that in order to recover from expired TLS certificates one needs the orderer node to have a separate listener than its client/peer servicing one. Change-Id: Ia91d46ae0d51e8e4d5b21d3b489ee8e724c2e6d9 Signed-off-by: yacovm <yacovm@il.ibm.com>
1 parent 99a7d4d commit da37f6b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/source/raft_configuration.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,15 @@ used to further fine tune the cluster communication or replication mechanisms:
122122
To recover from such a scenario, it is possible to make TLS handshakes
123123
between ordering nodes consider the time to be shifted backwards a given
124124
amount that is configured to `TLSHandshakeTimeShift`.
125-
It only effects ordering nodes that use a separate gRPC server for their
126-
intra-cluster communication (via `general.cluster.ListenPort` and `general.cluster.ListenAddress`).
125+
In order to be as uninvasive as possible, this configuration option
126+
only effects ordering nodes that use a separate gRPC server for their
127+
intra-cluster communication.
128+
If your cluster is communicating via the same gRPC server that is used
129+
to service clients and peers, you need to first reconfigure your orderer
130+
by additionally setting `general.cluster.ListenPort`, `general.cluster.ListenAddress`,
131+
`ServerCertificate` and `ServerPrivateKey`, and then restarting the orderer
132+
in order for the new configuration to take effect.
133+
127134

128135

129136
**Consensus parameters:**

0 commit comments

Comments
 (0)