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

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file