You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logger.LogDebug($"Certificate called \"{certObject.Name}\" ({certObject.Id}) was imported from Azure Key Vault with ID {certObject.KeyVaultSecretId} and cannot be retrieved.");
107
+
}
108
+
else
109
+
{
110
+
_logger.LogDebug($"Certificate called \"{certObject.Name}\" ({certObject.Id}) does not have any public certificate data.");
111
+
}
112
+
113
+
continue;
114
+
}
115
+
100
116
// ApplicationGatewaySslCertificate is in PKCS#7 format
101
117
102
118
// Azure returns public cert data wrapped in parentheses. Remove them.
@@ -117,7 +133,7 @@ public IEnumerable<CurrentInventoryItem> GetAppGatewaySslCertificates()
"description": "The Azure Application Gateway Orchestrator extension acts as a proxy between Keyfactor and Azure that allows Keyfactor to manage Application Gateway certificates.",
"description": "The Azure Application Gateway Orchestrator extension acts as a proxy between Keyfactor and Azure that allows Keyfactor to manage Application Gateway certificates.",
"ClientMachine": "The Azure Tenant ID of the service principal.",
105
+
"StorePath": "Azure resource ID of the application gateway in the form `/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/applicationGateways/<application-gateway-name>`",
106
+
"Properties": {
107
+
"ServerUsername": "Application ID of the service principal that will be used to manage the Application Gateway.",
108
+
"ServerPassword": "Secret of the service principal that will be used to manage the Application Gateway.",
109
+
"ServerUseSsl": "Indicates whether SSL should be used",
110
+
"AzureCloud": "The Azure Cloud field, if necessary, should contain one of the following values: 'china, germany, government'. This field specifies the Azure Cloud instance used by the organization. If using the standard 'public' cloud, this field can be left blank or omitted from the store type definition."
111
+
},
112
+
"EntryParameters": {
113
+
"HTTPListenerName": "The name of the HTTP listener to which the certificate will be bound."
0 commit comments