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
This can only be done with elevated privileges.
Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root -FilePath cert.crt