Installing Certificates on Windows

Using PowerShell to install into the Local Computer store

This can only be done with elevated privileges.

Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root -FilePath cert.crt

Revision #1
Created 17 December 2020 21:41:10 by bluecrow76
Updated 30 May 2024 20:20:37 by bluecrow76