Skip to content

Commit

Permalink
ab#52646
Browse files Browse the repository at this point in the history
  • Loading branch information
leefine02 authored and leefine02 committed May 30, 2024
1 parent 757c39a commit 3c09044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion F5WafOrchestrator/TLS/Inventory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public JobResult ProcessJob(InventoryJobConfiguration config, SubmitInventoryUpd
{
Alias = name,
Certificates = new List<string> { certificate },
PrivateKeyEntry = false,
PrivateKeyEntry = true,
UseChainLevel = false
}).ToList();
_logger.LogDebug($"Found {inventoryItems.Count} certificates in namespace {storePath}");
Expand Down

0 comments on commit 3c09044

Please sign in to comment.