We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb93bb commit da527deCopy full SHA for da527de
RemoteFile/InventoryBase.cs
@@ -48,7 +48,7 @@ public JobResult ProcessJob(InventoryJobConfiguration config, SubmitInventoryUpd
48
logger.LogDebug($"Format returned certificates BEGIN");
49
foreach (X509CertificateEntryCollection entry in collection)
50
{
51
- if (entry.CertificateChain?.Count > 1)
+ if (collection.Count == 0)
52
continue;
53
54
X509CertificateEntry issuedCertificate = entry.CertificateChain[0];
0 commit comments