Prerequisites

Install the certificate request 

  1. 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


  2. 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'


  3. Run the following commands to import the certificate: 

    Import-Certificate -CertStoreLocation 'Cert:\LocalMachine\My' -FilePath $cert_file