5.5.1

Table Of Contents
You can also receive a certificate warning when you start the Orchestrator client and attempt to connect to
the Orchestrator server over an SSL connection.
You can resolve the problem by installing a certificate signed by a commercial certificate authority (CA) or
by creating a certificate that matches your Orchestrator server name and then importing the certificate in
your local keystore. To stop receiving a certificate warning from the Orchestrator client, add your root CA
certificate to the Orchestrator keystore on the machine on which the Orchestrator client is installed.
Generate a New Certificate
If you plan to change an SSL certificate, you can generate a new certificate. You can generate the new
certificate on the same computer on which Orchestrator is installed or on another computer.
Prerequisites
n
Run the Java keytool utility. You can find the utility on the system on which Orchestrator is installed.
n
Back up the jssecacerts file, located at install_directory\app-server\conf\security\jssecacerts.
Procedure
1 Stop the Orchestrator server service.
a Select Start > Programs > Administrative Tools > Services.
b In the right pane, right-click VMware vCenter Orchestrator Server and select Stop.
2 On the Windows Start menu, right-click Command Prompt, and select Run as administrator.
3 Navigate to the keytool utility at the command prompt.
Option Action
If you installed the standalone
version of Orchestrator
Go to install_directory\VMware\Orchestrator\jre\bin\keytool.
If the vCenter Server installed
Orchestrator
Go to
install_directory\VMware\Infrastructure\Orchestrator\jre\bi
n\keytool.
4 Delete the current dunes key from the keystore.
keytool -delete-alias dunes -keystore "install_directory\app-
server\conf\security\jssecacerts"
5 Generate a new certificate for the dunes key, for example a 10-years certificate:
keytool -keystore "install_directory\app-server\conf\security\jssecacerts" -storepass
dunesdunes -genkey -keyalg RSA -alias dunes -validity 3650
You can adjust the validity of the certificate in days.
6 When prompted for your first and last name, enter the fully qualified domain name (FQDN) of your
Orchestrator server.
Make sure to enter the FQDN of the Orchestrator server. For example, if the FQDN of the Orchestrator
server is vco-55.lab, you need to type the following information:
What is your first and last name?
[Unknown]: vco-55.lab
7 For each of the remaining prompts such as Organizational Unit, Organization, City, State, Country
Code, and so on, type the appropriate information for your organization.
8 To confirm the change, type yes, and press Enter.
Chapter 10 Configuration Use Cases and Troubleshooting
VMware, Inc. 103