Replace using of the certificate local storage with Azure Key Vault

balkar2016 1 Reputation point
2021-02-05T12:06:52.397+00:00

I have an ASP NET MVC (.NET Framework) App deployed on IIS. I have a .pfx certificate that I store in the virtual machine. I need to move this certificate to the Azure Key Vault and write a provider that could use it in the application.
If anyone had such an experience, please share.

Developer technologies ASP.NET ASP.NET Core
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-06-28T21:58:25.647+00:00

    this feature does not currently exist.

    the common approach (used with azure vm's) is a utility that extracts the cert from the key vault and updates the IIS central store.

    0 comments No comments

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.