Share via

Is it possible to get expiry notification from Key vault for custom Import certs?

Tanul 1,296 Reputation points
2023-06-12T08:11:46.6366667+00:00

Hello,

When we import custom certificate(created by organization), is it possible receive expiry notification from Azure key vault for them.

If not then is it possible to build some custom logic for it.

Please suggest. Thank you.

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.

0 comments No comments
{count} votes

Answer accepted by question author
  1. AirGordon 7,165 Reputation points
    2023-06-12T08:28:25.0933333+00:00

    As long as you're storing it as a certificate (rather than a secret), then yes.

    Certificate policies allow the notification to Certificate Contacts.

    See this cmdlet for one way of adding Contacts to a certificate. https://learn.microsoft.com/en-us/powershell/module/az.keyvault/add-azkeyvaultcertificatecontact?view=azps-10.0.0


    If your certificate is being used on a public web app, then another option could be to use Application Insights SSL checking.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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