Book Image

VMware vSphere Security Cookbook

By : Michael Greer
Book Image

VMware vSphere Security Cookbook

By: Michael Greer

Overview of this book

Table of Contents (20 chapters)
VMware vSphere Security Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Process certificate requests


SSL Certificate Automation Tool not only simplifies the process of applying certificates to the vSphere components, but it also simplifies the request of certificates from either the private or public CA. Key values can be defined in the ssl-environment.bat file for simplicity.

Getting started

In order to request certificates from the CA (a private CA in our example), the account must have rights to request a certificate using the VMware certificate template defined earlier in this chapter.

How to do it…

On a machine with SSL Certificate Automation Tool deployed, perform the following steps:

  1. Launch the command prompt with administrative privileges.

  2. Navigate to the SSL tool location and run ssl-updater.bat.

  3. Type 2 to generate certificate requests.

  4. Type 1 to generate a request for Single Sign-On.

  5. Verify or enter the information requested by the certificate request: Fully Qualified Domain Name, IP Address, short hostname, country code, state, city, and organization. Then...