Certificate services

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

One of our servers certificate services service has
stoped, i have had a look on technet but to no success.

The error is "the certificate services service terminated
with service-specific error 2148073494"

Please can anyone help?
 
C:\Documents and Settings\David>certutil.exe -error 2148073494
402.203.0: 0x80070057 (WIN32: 87): ..CertCli Version
0x80090016 (-2146893802) -- 2148073494 (-2146893802)
Error message text: Keyset does not exist
CertUtil: -error command completed successfully.

This error ususally means that the key is not accessible, has been corrupted
or has lost an association with the certificate. Hard to speculate what may
have caused this. you can try using certutil.exe -repairstore command on
Windows Server 2003 as a first start. This problem may be more complex than
can be solved in a newsgroup.

C:\Documents and Settings\David>certutil.exe -repairstore /?
402.203.0: 0x80070057 (WIN32: 87): ..CertCli Version
Usage:
CertUtil [Options] -repairstore CertificateStoreName CertId
Repair certificate KeyProvInfo in store
CertificateStoreName -- Certificate store name. See -store.
CertId -- Certificate or CRL match token. See -store.
 
Back
Top