Book Image

VMware vSphere 6.7 Cookbook - Fourth Edition

By : Abhilash G B
Book Image

VMware vSphere 6.7 Cookbook - Fourth Edition

By: Abhilash G B

Overview of this book

VMware vSphere is the most comprehensive core suite of SDDC solutions on the market. It helps transform data centers into simplified on-premises private cloud infrastructures. This edition of the book focuses on the latest version, vSphere 6.7. The books starts with chapters covering the greenfield deployment of vSphere 6.7 components and the upgrade of existing vSphere components to 6.7. You will then learn how to configure storage and network access for a vSphere environment. Get to grips with optimizing your vSphere environment for resource distribution and utilization using features such as DRS and DPM, along with enabling high availability for vSphere components using vSphere HA, VMware FT, and VCHA. Then, you will learn how to facilitate large-scale deployment of stateless/stateful ESXi hosts using Auto Deploy. Finally, you will explore how to upgrade/patch a vSphere environment using vSphere Update Manager, secure it using SSL certificates, and then monitor its performance with tools such as vSphere Performance Charts and esxtop. By the end of this book, you'll be well versed in the core functionalities of vSphere 6.7 and be able to effectively deploy, manage, secure, and monitor your environment.
Table of Contents (18 chapters)

Securing vSphere Using SSL Certificates

Digital certificates have been around for a long time and are used to secure communications over networks. There are different types of digital certificates, such as Secure Sockets Layer (SSL), which is used to encrypt and decrypt communication in order to prevent man-in-the-middle attacks. The other types include software signing, which is a method to ensure that you are not downloading malicious software or code off the internet, and DigitalID, which is used to identify a person or a client who's connecting to a secure network. For example, a VPN uses client certificates to authenticate the connection source to the routers on the destination network.

VMware uses SSL certificates to encrypt network communication to and from its components. All vSphere nodes—vCenter, PSC, and ESXi—use SSL certificates to secure communication...