4535 » How do I troubleshoot Certificate services? 12-Dec-01
When troubleshooting Certificate services, change the logging level to increase the sensitivity of
events 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 ca\loglevel 4
3. net start Certificate
NOTE: The valid logging levels are:
0 CERTLOG_MINIMAL
1 CERTLOG_TERSE
2 CERTLOG_ERROR
3 CERTLOG_WARNING (Default)
4 CERTLOG_VERBOSE
End of Article

