如何在Azure Key Vault中存储公共证书(.cer文件)
如何在azure密钥库中上载或存储公共密钥(.cer)文件.当我尝试将任何适用于.pfx文件的.cer文件上传到keyvault面板时,它给出了错误消息.
How I can upload or store public key (.cer) file in azure keyvault. From the keyvault panel it gives error when I tried to to upload any .cer file where It works for .pfx file.
您应该考虑Key Vault是否适合您的方案.公钥(本质上)不是机密数据,您不需要安全的地方来存储它.您可以为此使用通用存储服务.
You should consider if Key Vault is the appropriate solution for your scenario. The public key (by nature) is not confidential data, you don't need a secure place to store it. You can use a general purpose storage service for it.
如果仍然需要使用Key Vault,则可以将其存储为秘密.保管库密钥是八位字节序列,每个字节的最大大小为25k字节.
If you still need to use Key Vault, you can store it as a secret. Key Vault secrets are octet sequences with a maximum size of 25k bytes each.