You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/multichain/destination/CertificateVerifier.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -496,6 +496,6 @@ The operator table is updated every 10 days. The staleness period is 5 days. The
496
496
1. Day 1: Table updated
497
497
2. Day 2: Certificate passes
498
498
3. Day 6: Certifiacte verification *fails*
499
-
4. Day 7: A certificate is re-generated. However, even if the
499
+
4. Day 7: A certificate is re-generated. However, this will stale fail as the`referenceTimestamp` would still be day 1 given that was the latest table update
500
500
501
-
Note that we cannot re-generate a certificate on Day 7
501
+
Note that we cannot re-generate a certificate on Day 7. This is why we recommend that the `stalenessPeriod` is greater than or equal to the update cadence of operator tables.
0 commit comments