Azure Key Vault PFX import not showing correct certificate details

Richie 1 Reputation point
2022-06-23T03:55:08.667+00:00

Hi,
When I import a PFX certificate into Azure Key Vault the import succeeds, but the certificate does not show the Issuer, Subject, Serial No etc.

214114-image.png

I have verified the certificate is valid and imports correctly into App Service or when imported on a local machine.

Any ideas on why it is failing?
Thanks!

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,399 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Richie 11 Reputation points
    2022-06-27T06:08:10.313+00:00

    Private key must be signed with an RSA algorithm. I changed to RS256 and it now works in Key Vault.

    215138-image.png

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.