After you export your PEM-format certificates, you must construct the trusted certificate list and import the certificates list file to the Horizon FLEX Policy Server.

Prerequisites

Export each certificate in PEM format. See Creating PEM-Format Certificates.

Procedure

  1. To create the trusted certificates list file, concatenate each PEM-format certificate file into a single file.
    You can use the cat command, or you can copy and paste the contents of the certificate files into a text file. You can safely edit Base64 content in a text editor.
    For example: $ cat mycert1.pem mycert2.pem mycert3.pem > list.pem
  2. Start the Horizon FLEX Admin Console.
    1. In a Web browser, enter https://WebManagerServer:port/rvm.
      • WebManagerServer is the DNS name or IP address of the host where the Mirage Web Manager is installed.
      • port is the port number with which the Horizon FLEX Admin Console can be accessed. When the Mirage Web Manager is installed, if you deploy the Horizon FLEX Admin Console and the Horizon FLEX Policy Server on different ports, port is the port number specified for the VMware Horizon FLEX Web Management option. Otherwise, port is the port number specified for the VMware Mirage Web Management option.
    2. Enter the user name and password of a domain account that has access to Mirage.
    3. Click Login.
  3. In the Horizon FLEX Admin Console, click the General System Settings icon and select Certificates.
  4. Click Import, browse to the trusted certificates list file, and click Open to import the file.