如何将根CA证书加载到azure中
我已上传证书,但我不知道如何说服 azure 将其放在正确的位置。我尝试了
- 本地机器 CA -> cert 转到中间 cas
- 本地机器 Trust ->证书转到企业信任
编辑:我最终编写了一个由启动任务运行的小exe
I have the cert uploaded but I cant work out how to persuade azure to put it in the right place. I tried
- local machine CA -> cert goes to intermediate cas
- local machine Trust -> cert goes to Enterprise Trust
EDIT: I ended up writing a little exe that gets run by a startup task
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你要使用的是 LocalMachine ->根,但 Azure 不支持将证书放在本地计算机根中。您可以实现的最接近的是使用 CurrentUser ->根。
What you want to use is LocalMachine -> Root, but Azure doesn't support putting certificates in the local machine root. The closest you can achieve is using CurrentUser -> Root.