Skip to content

Commit 3388b1a

Browse files
authored
Merge pull request #194591 from meenasaravanan02/cert-management
Update cluster-security-certificate-management.md
2 parents f9fc084 + f149c3f commit 3388b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/cluster-security-certificate-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ In either case, the rotated certificate is now provisioned to all of the nodes,
108108
- existing connections will be kept alive/allowed to naturally expire or otherwise terminate; an internal handler will have been notified that a new match exists
109109

110110
> [!NOTE]
111-
> Prior to version 7.2.445 (7.2 CU4), Service Fabric selected the farthest expiring certificate (the certificate with the farthest 'NotAfter' property)
111+
> Currently (7.2 CU4+), Service Fabric selects the cert with the largest 'NotBefore' property value (most recently issued). Prior to 7.2CU4 Service Fabric picked the valid cert with the largest NotAfter (furthest expiring).
112112
113113
This translates into the following important observations:
114114
- The renewal certificate may be ignored if its expiration date is sooner than that of the certificate currently in use.

0 commit comments

Comments
 (0)