Add / Revoke Certificates to the Local Trust Certificate Store

You can add or revoke certificates to the local trust certificate store.

Follow these steps:

  1. Use certutl.addtrustcert to add new certificates to the local trust certificate store.
  2. Use certutl.revoketrustcert or certutl.revoketrustcertbyfingerprint to revoke the certificate from the local trust certificate store.
  3. Usage:

    certutl.addtrustcert <SSL certificate file>

     

    certutl.revoketrustcert <SSL certificate file>

    certutl.revoketrustcertbyfingerprint <certificate SHA1 fingerprint>