Sign in to the computer where the certificate was originally requested then start an administrative PowerShell session
Complete any remaining instructions in this PowerShell session unless directed otherwise |
Modify then run the following commands to define the full path to certificate file:
$cert_file = 'C:\Content\certificate\host_domain_utexas_edu_cert.cer' |
Run the following commands to import the certificate:
Import-Certificate -CertStoreLocation 'Cert:\LocalMachine\My' -FilePath $cert_file |