如何将根CA证书加载到azure中

发布于 2024-10-30 03:43:10 字数 159 浏览 3 评论 0原文

我已上传证书,但我不知道如何说服 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

两个我 2024-11-06 03:43:10

你要使用的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文