简体   繁体   English

使用Windows Azure从Cloud Service访问服务管理REST API

[英]Access Service Management REST API from Cloud Service using Windows Azure

I need to access Windows Azure Service Management REST API directly from the deployed Cloud Service instance. 我需要直接从已部署的Cloud Service实例访问Windows Azure Service Management REST API。 To do that I need to access X509 certificate, right? 为此,我需要访问X509证书,对吗? When I deploy a cloud service, the service management certificate is not deployed to the instance. 部署云服务时,服务管理证书未部署到实例。 At least I could not find any certificate in the deployed Virtual Machine (certmgr.msc). 至少我在已部署的虚拟机(certmgr.msc)中找不到任何证书。

How shall I deploy the X509 certificate to the Cloud Service instance? 如何将X509证书部署到Cloud Service实例?

Follow the instructions here . 请按照此处的说明进行操作。 These are for SSL certificate with private key, but are 1:1 for a public key only certificate. 这些用于带私钥的SSL证书,而对于仅公用密钥的证书则为1:1。 This way you will have access to the certificate in all your Instances. 这样,您将可以在所有实例中访问证书。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM