使用PHP Zend为Windows Azure部署创建证书 - 例如,无法下载RDP文件

时间:2013-01-10 09:02:07

标签: php azure cloud-hosting

我正在使用win Azure,部署 我没有启用远程登录实例。

这是错误。

    Failed to download RDP file for instance 
servicecall_webrole_IN_0 in cloud service testingservicecall.

细节:

The supplied cscfg file can not be parsed. 
Got exception Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword.

配置文件

<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="MIIBnQYJKoZIhv..." />

任何与win azure一起工作的人吗?

1 个答案:

答案 0 :(得分:2)

我希望您在部署之前已将远程桌面证书上传到托管服务,并使用相同证书加密cscfg文件中的RDP密码。

从错误看起来,密码以明文形式存储在cscfg中?您必须使用azure sdk提供的csencrypt工具加密cscfg中的密码。