CertUtil
certutil is a command-line utility included with Windows that provides access to the Certificate Services infrastructure. It is used by administrators to inspect, manage, and troubleshoot certificate stores, certificate enrollment, and related data within the Windows certificate framework.
The tool supports querying and manipulating certificate stores in both the current user and local machine
Common commands include listing certificates in a store (certutil -store my), adding a certificate to a store
While powerful, certutil is a Windows-specific tool and its command syntax can vary by operating system version.