Is there a way to configure CRL and CA Certificate Validity Periods through MMC?
i have following commands set crl , ca validity/overlap periods. there way through mmc ca snap in?
- certutil -setreg ca\crlperiodunits 1
- certutil -setreg ca\crlperiod "weeks"
- certutil -setreg ca\crldeltaperiodunits 1
- certutil -setreg ca\crldeltaperiod "days"
- certutil -setreg ca\crloverlapperiodunits 12
- certutil -setreg ca\crloverlapperiod "hours"
- certutil -setreg ca\validityperiodunits 5
- certutil -setreg ca\validityperiod "years"
thanks, bobby
in ui can configure base , delta crl validity (in certification authority mmc snap-in, right-click on revoked certificates , click properties). crl overlap settings , ssued certificate validity not configurable ui.
my weblog: http://en-us.sysadmins.lv
powershell pki module: http://pspki.codeplex.com
check out new: powershell fciv tool.
Windows Server > Security
Comments
Post a Comment