Commands · Utility

UtilityWindows

Certificate Manager

certmgr.msc

The graphical console for viewing and managing digital certificates installed for the current user (personal, trusted root, intermediate CAs, etc.).

// EXAMPLE

Importing a company's internal root CA certificate into "Trusted Root Certification Authorities" so internal HTTPS sites stop showing a certificate warning.

// GOTCHA

certmgr.msc run plain only shows the current user's certificate store — managing the computer-wide store requires opening the Certificates snap-in for "Computer account" inside a custom MMC console instead.

// RELATED COMMANDS