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 thessldirectory. - 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
Note: This deployment method is supported only with Horizon Agent 2209.x, versions 2209.1 and later. It is not supported with Horizon Agent 2209.0.
The DeployBlastCert.sh deployment script creates a new BCFKS keystore named blast.bcfks 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 the configuration options table for
viewagent-custom.confin Setting Options in Configuration Files. -
Run the
DeployBlastCert.shdeployment script, as shown in the following example.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. 3. Copy rui.key and rui.crt tossl. - 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.
Cette page vous a-t-elle été utile ?