How to import a certificate into Azure KeyVault with key size of 1024 bits?

Viewed 1002

Trying to import certificate (with 1024 Bits key size) into Azure KeyVault using Import-AzureKeyVaultCertificate command. Getting errors :

Microsoft.Azure.KeyVault.Models.KeyVaultErrorException, Microsoft.Azure.Commands.KeyVault.ImportAzureKeyVaultCertificate

Import-AzureKeyVaultCertificate : Unsupported key size (1024). Supported sizes are [2048, 3072, 4096]

How to overcome this limitation when it is a requirement of application to use 1024 bits for key size?

0 Answers
Related