We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9597ab8 commit b36d7ddCopy full SHA for b36d7dd
1 file changed
digicert-certcentral-caplugin/CertCentralCAPlugin.cs
@@ -1491,7 +1491,7 @@ private List<StatusOrder> GetAllCertsForOrder(int orderId)
1491
// instead just retrieves multiple copies of the primary certificate on that order. Since the gateway database must have unique certificates
1492
// (serial number column is unique), we work around this by only syncing the primary cert in these cases. Other orders that correctly retrieve the
1493
// reissued/duplicate certificates will pass this check.
1494
- if (!serNums.Contains(req))
+ if (!serNums.Contains(cert.serialNum))
1495
{
1496
reqIds.Add(req);
1497
retCerts.Add(cert);
0 commit comments