VMware Horizon 7.12 JMP Replace SSL Certificate and Import Horizon Certificate

SSL Certificate with a private Key

OpenSSL, Convert PFX to .key and .crt

Before copy the certificate we need to convert the .PFX into a .Crt and .Key file.
I used the following openssl command;

  • openssl pkcs12 -in star_domain_nl.pfx -clcerts -nokeys -out star_domain_nl.crt
  • openssl pkcs12 -in star_domain_nl.pfx -out start_domain_nl.key -nodes

Edit the NGINX config file on the JMP server

  • Before editing the NGINX config file, copy/paste the .Crt and .Key file created on your linux machine previous step to the folder “C:\Program Files (x86)\VMware\JMP\com\XMS\nginx\conf”
  • Stop the “JMP” services in the following order
Lees verder