vCenter Certificate

Install the VCD Certificate in JSDN

  1. Steps to download the usage meter certificate by accessing the usage meter url.
    • Browse the vCenter host url in the browser.
    • Ex: vcentervcd.jstpl.com
  2. Click the Certificates icon on the browser.
  3. Click View Certificates.

  4. Click the Details tab and click Copy to file.

  5. Click Next.

  6. By default DER encoded binary x.509 (.CER) option is selected. Click Next.

  7. Provide a name for the certificate.

  8. Click Finish.

Import Usage Meter Server Certificate:

  1. Login to Jboss server.
  2. Stop jboss server.
  3. Download certificate by accessing VmWare Vcloud Director URL in any browser.
  4. Copy the downloaded certificate into <jboss-home>/pp_config/config/security location.
  5. Navigate to <jboss-home>/pp_config/config/security in server.
  6. Execute below command to import certificate.
  7. <JAVA_HOME>/bin/keytool -import -keystore Cacerts_Jamcracker -alias <anyname> -file <certificatename>

Example: /d01/jdk1.7.0_51/bin/keytool -import -keystore Cacerts_Jamcracker -alias vsphereusage -file vmwarecrt.cer

  • Enter password as "changeit".
  • Re-start Tomcat server.
  • Start Jboss server.