What is use of expiry time and rotation time in rotation policy ?

Anonymous
2024-08-22T05:56:58.14+00:00

Azure Key vault has following three parameters that needs to be set for rotation of key:

  1. Expiry Time
  2. Rotation Time
  3. Notify time
    what is significance of each? After reading answer under https://learn.microsoft.com/en-us/answers/questions/1183058/key-vaults-secrets-key-expiration and https://learn.microsoft.com/en-us/azure/key-vault/keys/how-to-configure-key-rotation I am confused between expiry date and rotation policy. Please clarify the same.
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,453 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2024-08-22T07:09:40.8833333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    You can configure the key with an expiry more than Rotation Time:. This means a new version of the key will be generated, but the old key can still be used until its expiry time.

    And if for example, You set a notify time of 30 days. This means you will receive notifications 30 days before the key is scheduled to expire or rotate.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is 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.