Book Image

VMware vRealize Orchestrator Cookbook

By : Daniel Langenhan
Book Image

VMware vRealize Orchestrator Cookbook

By: Daniel Langenhan

Overview of this book

Table of Contents (15 chapters)
VMware vRealize Orchestrator Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring the Orchestrator Service SSL certificate


In this recipe, we will have a closer look at the SSL certificate of the Orchestrator Server.

Getting ready

You need a running Orchestrator server.

If you are intending to use an SSL certificate signed by a Certificate Authority (CA), you need to be able to sign a certificate request. You also need the CA root certificate so that you can import it into the Orchestrator SSL store.

How to do it...

We will split the recipe into multiple parts. The SSL certificate store, as well as Keytool, are both present in the appliance and the Windows installations.

SSL store

C:\Program Files\VMware\Orchestrator\jre\lib\security\jssecacerts

/etc/vco/app-server/security/jssecacerts

Keytool

C:\Program Files\VMware\Orchestrator\jre\bin\keytool.exe

/usr/java/jre-vmware/bin/keytool

In the following parts, you need to substitute the correct paths (and commands) depending on the Orchestrator version you are using.

Back up and remove the default certificates...