Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
December 11, 2001
When troubleshooting Certificate services, change the logging level to increase the sensitivity ofevents recorded in the Application event log.
To alter the logging level of Certificate service, open a CMD prompt and type:
1. net stop Certificate
2. certutil -setreg caloglevel 4
3. net start Certificate
NOTE: The valid logging levels are:
0 CERTLOG_MINIMAL1 CERTLOG_TERSE2 CERTLOG_ERROR3 CERTLOG_WARNING (Default)4 CERTLOG_VERBOSE
You May Also Like