Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Prerequisites

  • Ensure the signed certificate files is on or accessible by the system that created the original certificate request

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 


  • No labels