Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
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:
-
Download and install openssl for Windows and install it to: c:\openssl .
-
Open a command prompt. For more information, see Opening a command or shell prompt (1003892) .
-
Run the cd c:\openssl\bin command and press Enter.
-
Create the server's private key (.KEY ) file.
openssl genrsa 1024 > rui.key -
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. -
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 .
-
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 -
Restart the VMware Host Agent and VMware Server Web Access services.
Additional Information
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.
Actions
- KB Article:
- Updated:
- Categories:
- Product Family:
- Products:
- Product Versions:

