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 8b4b823 commit adebdfdCopy full SHA for adebdfd
AzureAppGatewayOrchestrator/Client/AzureAppGatewayClient.cs
@@ -133,7 +133,7 @@ public IEnumerable<CurrentInventoryItem> GetAppGatewaySslCertificates()
133
CurrentInventoryItem inventoryItem = new CurrentInventoryItem()
134
{
135
Alias = certObject.Name,
136
- PrivateKeyEntry = false,
+ PrivateKeyEntry = true,
137
ItemStatus = OrchestratorInventoryItemStatus.Unknown,
138
UseChainLevel = true,
139
Certificates = list
0 commit comments