To make a certificate available to a Horizon 8 server, you must create a configuration file, generate a certificate signing request (CSR) from the configuration file, and send the signing request to a CA. When the CA returns the certificate, you must import the signed certificate into the Windows local computer certificate store on the Horizon 8 server host, where it joins the previously generated private key.
A CSR can be generated in several ways, depending on how the certificate itself will be generated.
- Create a CSR Configuration File
The Microsoftcertrequtility uses a configuration file to generate a CSR. You must create a configuration file before you can generate the request. Create the file and generate the CSR on the Windows Server computer that hosts the Horizon 8 server that will use the certificate. - Generate a CSR and Request a Signed Certificate from a CA
Using the completed configuration file, you can generate a CSR by running thecertrequtility. You send the request to a third-party CA, which returns a signed certificate. - Verify That the CSR and Its Private Key Are Stored in the Windows Certificate Store
If you use thecertrequtility to generate a CSR, the utility also generates an associated private key. The utility stores the CSR and private key in the Windows local computer certificate store on the computer on which you generated the CSR. You can confirm that the CSR and private key are properly stored by using the Microsoft Management Console (MMC) Certificate snap-in. - Import a Signed Certificate by Using Certreq
When you have a signed certificate from a CA, you can import the certificate into the Windows local computer certificate store on the Horizon 8 server host.
Was this page helpful?