Azure上传/安装SSL证书问题 - “无法上传证书”

时间:2014-01-17 04:03:44

标签: azure ssl-certificate

我按照这些说明上传了Thawte发布的服务器证书:http://msdn.microsoft.com/en-us/library/windowsazure/gg465712.aspx

所以,我有一个PFX文件,证书符合要求,即:

- Contain a private key (well it's a PFX...).
- Purpose is Server Authentication.
- Subject name match the domain name that is used to access the service.
- Key size of 2048-bits.

由于某些原因,当我上传它时,它会返回一个错误,指出:“无法上传证书。请重试。如果问题仍然存在,请联系支持部门。”

NB:

- I can import that pfx to one of my local Windows machine with no problems.
- I've generated the CSR using certreq (can't see any problem with that)
- I included all certificates in the certificate path when I exported the PFX

如果有人可以就如何解决这个问题提出建议,我们将不胜感激。

提前致谢。

1 个答案:

答案 0 :(得分:2)

排序后,我不得不降低用于私钥的密码的复杂性(原因只有上帝和微软知道)......上传PFX并没有问题......