C:Program Files (x86)Microsoft Visual Studio 12.0VCinamd64>makecert -sky exchange -r -n "CN=【你随便】" -pe -a sha1 -len 2048 -ss My "c:【随便你】.cer"
参照如下:
http://msdn.microsoft.com/library/azure/gg551722.aspx
中国特色的参照
http://www.windowsazure.cn/develop/other/developerdifferences/
特别说明管理地址使用
URL https://management.core.chinacloudapi.cn
PowerShell 下载世纪互联的证书地址:
https://manage.windowsazure.cn/publishsettings/index?client=powershell&schemaversion=1.0
或
Get-AzurePublishSettingsFile -Environment "AzureChinaCloud"
最后一句话,中国特色的Azure跟通用的云,地址不一样。