Created App Service Managed Certificates in Azure (TLS/SSL settings of the web service). How can I use this healthy private key certificate in combination with the IdentityServer4? Something like?
"IdentityServer": {
"Clients": {
"MyApp": {
"Profile": "IdentityServerSPA"
}
},
"Key": {
"Type": "Store",
"StoreName": "My",
"StoreLocation": "LocalMachine",
"Name": "?"
}
},