, пожалуйста, помогите мне решить эту проблему, я пытаюсь развернуть свое приложение, включая IdentityServer4, на Azure с субдоменом (mysite.azurewebsites. net), но получаю это исключение:
Unhandled исключение. System.InvalidOperationException: не удалось найти действительный сертификат с темой «CN = altsourceaure.azurewebsites. net» на «CurrentUser \ My» в Microsoft.AspNetCore.ApiAuthorization.IdentityServer.SigningKeysLoader.LoadFromStoreCert (String subject, String storeName (String subject, String storeName) StoreLocation storeLocation, DateTimeOffset currentTime) на Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ConfigureSigningCredentials.LoadKey () на Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ConfigureSigningCredentials Prd:
"IdentityServer": {
"Key": {
"Type": "Store",
"StoreName": "My",
"StoreLocation": "CurrentUser",
"Name": "CN=mySite.azurewebsites.net"
}
}