【发布时间】:2020-04-21 15:43:51
【问题描述】:
在 Azure 中创建了应用服务托管证书(Web 服务的 TLS/SSL 设置)。 如何将这个健康的私钥证书与 IdentityServer4 结合使用?像什么?
"IdentityServer": {
"Clients": {
"MyApp": {
"Profile": "IdentityServerSPA"
}
},
"Key": {
"Type": "Store",
"StoreName": "My",
"StoreLocation": "LocalMachine",
"Name": "?"
}
},
【问题讨论】:
标签: azure certificate identityserver4