By default, the Horizon Agent for Linux installer generates a self-signed certificate for the BlastServer daemon, which handles communications with clients using the Blast display protocol. To comply with industry or security regulations, you can replace the self-signed certificate for BlastServer with a certificate that is signed by a Certificate Authority (CA).
- When the Blast Security Gateway is not enabled on the Horizon Connection Server, BlastServer presents the default self-signed certificate to the browser that uses HTML Access to connect to the Linux desktop.
- When the Blast Security Gateway is enabled on the Horizon Connection Server, the Blast Security Gateway presents its certificate to the browser.
To replace the default self-signed certificate for BlastServer with a CA-signed certificate, you can use one of the following methods.
- BCFKS keystore: With this method, you use the
DeployBlastCert.shdeployment script to store the certificate and private key in an encrypted Bouncy Castle FIPS keystore (BCFKS) in the/ssldirectory. - Unencrypted storage: With this method, you manually copy the certificate and private key, without encryption, to the root level of the
ssldirectory.
The BlastServer daemon first looks in the Linux keyring for the certificate and private key from a BCFKS keystore. If it does not find a BCFKS keystore, it then reads the certificate and private key stored at the root level of ssl.
Deploy the BlastServer CA Certificate to a BCFKS Keystore
The DeployBlastCert.sh deployment script creates a new BCFKS keystore in the ssl directory and stores the certificate and private key in this keystore. The information in the keystore is then added to the Linux keyring.
-
Use the SSLCertName and SSLKeyName configuration options to customize the certificate name and private key name, respectively, as they will appear in the Linux keyring. For more information, see Table 2.
-
Run the
DeployBlastCert.shdeployment script.Use the following parameter flags for the deployment script:
Parameter Flag Description -c Specifies the CA-signed certificate file. -k Specifies the private key file.
Deploy the BlastServer CA Certificate to Unencrypted Storage
-
Add the private key and the CA-signed certificate to
ssl.- Rename the private key to rui.key and the certificate to rui.crt.
- Set read and executable permissions on
ssl. - Copy rui.key and rui.crt to
ssl. - Remove executable permissions on
ssl.
-
Install the root and intermediate CA certificates into the Linux OS Certificate Authority store.
For information about other system settings that must be changed to support the CA certificate chain, refer to the documentation for your Linux distribution.
War diese Seite hilfreich?