|
Posted by tashi on November 14, 2008, 5:53 am
Please log in for more thread options
Paul Adare schrieb:
> The validity of a certificate will be the lowest of the following values:
>
> 1. The lifetime remaining for the issuing CA's certificate.
> 2. The value in the certificate template (not applicable in your case).
> 3. The registry entries described in the KB article you posted.
>
> Either the lifetime remaining in the issuing CA's certificate is less than
> the desired lifetime for certificates you want to issue or you've made a
> mistake with the registry entries.
>
> On your CA, run the following two commands and then post the output:
>
> certutil -getreg ca\validityperiod
> certutil -getreg ca\validityperiodunits
Hi Paul
Here is the Output from the certutil:
----------
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\CIRRUSCA\ValidityPeriod:
ValidityPeriod REG_SZ = Years
CertUtil: -getreg command completed successfully.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\CIRRUSCA\ValidityPeriodUnits:
ValidityPeriodUnits REG_DWORD = 4
CertUtil: -getreg command completed successfully.
----------
The CA Certificate is valid for 10 Years. I upload a screenshot from the
CA Certificate.
http://img357.imageshack.us/my.php?image=screenhunter29rp3.jpg
When I submit a certificate request I get certificates with only 2 years
validity.
http://img375.imageshack.us/my.php?image=screenhunter30sn0.jpg
|