【发布时间】:2016-04-23 04:08:22
【问题描述】:
我正在尝试更改在 Azure 中运行的旧应用程序的远程桌面证书。
我创建了新证书,将其导出并成功上传到云服务证书(在 Azure 门户中)
到目前为止一切顺利,但是当我尝试通过上传带有新证书的新包来更新云服务时,我收到此错误:
Mismatch between the certificates of the running service and the certificates in the uploaded sdk package
我该如何克服这个问题?如果我保留旧的证书指纹,云服务可以构建并正常工作。
【问题讨论】:
标签: c# azure azure-cloud-services