I recently encountered couple of scenarios where one of the issued Certificates in Microsoft PKI infrastructure solution has validity period shorter than the period already configured on the template of this certificate. The main reason of changing and increasing the validity period/years for several specific certificates is to avoid frequent renewal process.
The scenario I passed by recently was when a user duplicated one of the templates and changed the Validity from the default 2 Years to 4 Years and issued the new Certificate however the issued certificate still reads 2 Years. This can be due to one of two reasons:
To check for the CA Certificate period/Duration, you need to do the following
If the CA Remaining duration is less than the required user certificate duration then you need to increase the CA value and renew the CA certificate as follows:
If the CA Period/Duration is fine and longer than the user certificate need then we need to check the default Validity Period in the CA Registry bu doing the following:
Now try again to Enroll certificate again from client to check the validity period.
Naomi N edited Original. Comment: Minor edit