Azure Portal certificate : Where to find expiry configuration?

Faiz R. Malik 21 Reputation points
2022-08-02T10:11:29.287+00:00

Hi

In the Azure portal certificates area, when I create a certificate I can select the amount of days before the certificate expire i will get a reminder. This functionality works well but i was wondering about the existing certificates, how can I check what config is made to an existing certificate already?

227214-az.png

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,455 questions
0 comments No comments
{count} votes

Accepted answer
  1. JamesTran-MSFT 36,911 Reputation points Microsoft Employee Moderator
    2022-08-02T21:11:31.38+00:00

    @Faiz R. Malik
    Thank you for your post!

    Based off your issue, I understand that you're trying to see how many days/months before an existing certificate expires. To do this, you can view an existing certificate's Activation and Expiration date, similar to the screenshot you shared in your original post, or you can leverage the Key Vault REST APIs.

    Get Certificate Policy - Get Certificate Policy:

    #Sample HTTP Request  
    GET https://myvault.vault.azure.net//certificates/updateCert01/policy?api-version=7.3  
    

    227368-image.png

    Additional Links:
    Azure Key Vault REST API reference
    Azure REST APIs with Postman

    I hope this helps!

    If you have any other questions, please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.


0 additional answers

Sort by: Most 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.