Skip to content

Commit adebdfd

Browse files
committed
chore(inventory): Hardcode inventory job to report that inventoried certificate contains a private key entry
1 parent 8b4b823 commit adebdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzureAppGatewayOrchestrator/Client/AzureAppGatewayClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public IEnumerable<CurrentInventoryItem> GetAppGatewaySslCertificates()
133133
CurrentInventoryItem inventoryItem = new CurrentInventoryItem()
134134
{
135135
Alias = certObject.Name,
136-
PrivateKeyEntry = false,
136+
PrivateKeyEntry = true,
137137
ItemStatus = OrchestratorInventoryItemStatus.Unknown,
138138
UseChainLevel = true,
139139
Certificates = list

0 commit comments

Comments
 (0)