Add / Revoke Certificates to the Local Trust Certificate Store
You can add or revoke certificates to the local trust certificate store.
Follow these steps:
- Use certutl.addtrustcert to add new certificates to the local trust certificate store.
- Use certutl.revoketrustcert or certutl.revoketrustcertbyfingerprint to revoke the certificate from the local trust certificate store.
Usage:
certutl.addtrustcert <SSL certificate file>
certutl.revoketrustcert <SSL certificate file>
certutl.revoketrustcertbyfingerprint <certificate SHA1 fingerprint>