“私钥"尝试添加新的SSL证书时出现问题.

“私钥

问题描述:



我们在添加新的SSL证书方面遇到问题.它以crt格式提供,我们需要将其转换为pfx.问题在于,当我们尝试这样做时,要求我们提供一个私钥.我们知道这需要在Azure上生成,但是 我们看不到如何生成它或在哪里找到它.

Hi,

We are having issues with regards to adding a new SSL cert. It was supplied in crt format and we need to convert it to pfx. The problem is that when we try to do so we are asked to provide a Private Key. We understand this needs to be generated on Azure, but we are unable to see how to generate it or where to find it. 

任何对此的帮助将不胜感激.谢谢.

Any help with this would be greatly appreciated. Thank you.

Catha

这取决于您在Azure Key Vault上执行的以下操作-

It depends on what action out of below you are performing on Azure Key Vault - 

  • 使用与Key Vault合作的证书颁发机构创建证书
  • Creating your first Key Vault certificate
  • Creating a certificate with a Certificate Authority that is partnered with Key Vault
  • Creating a certificate with a Certificate Authority that is not partnered with Key Vault
  • Import a certificate

请参阅本文档以获取每个步骤的指导-< span style =">

Refer to this document to get guidance on each step - Get started with Key Vault certificates

如果要将现有证书导入到Azure Key Vault,则需要在磁盘上安装pfx版本.

IN case you are importing an existing certificate to Azure Key Vault, you need to have pfx version on your disk. You need to export an installed certificate with the private key (.PFX format) and a strong password, and save your certificate to your C:\ drive in a file named clientcert.pfx that you want to upload to Azure Key Vault.