Knowledge Base

The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides
 
Search the VMware Knowledge Base (KB)   View by Article ID
 

Installing a custom signed certificate for SSL remote console connections

Purpose

This article provides steps for creating a custom-made certificate and installing the certificate in VMware Server 2.x for Windows.

Resolution

To create a custom-made certificate and install the certificate:

  1. Download and install openssl for Windows and install it to: c:\openssl .
  2. Open a command prompt. For more information, see Opening a command or shell prompt (1003892) .
  3. Run the cd c:\openssl\bin command and press Enter.
  4. Create the server's private key (.KEY ) file.

    openssl genrsa 1024 > rui.key

  5. Create the certificate signing request (.CSR ) file.

    openssl req -new -key rui.key > rui.csr -config openssl.cnf

    Note
    : When prompted for the common name value, type in the hostname of the server.

  6. Upload the rui.csr to the Certifying Authority (CA). Use the output to create the certificate file (.CRT ) using a text editor. Save the file to c:\openssl\bin\rui.crt .
  7. Copy the two certificates files (rui.crt and rui.key ) to the following application folders on the VMware Server. Rename the existing files before overwriting them in case the certificates need to be reverted.

    %PROGRAMFILES%\VMware\VMware Server\SSL
    %ALLUSERSPROFILE%\Application Data\VMware\VMware Server\SSL

  8. Restart the VMware Host Agent and VMware Server Web Access services.

Additional Information

For more information, see the VMware Server User's Guide and the technical note Replacing VirtualCenter Server Certificates.

Request a Product Feature

To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.

Feedback


Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (4000 or fewer characters)
Actions