Book Image

VMware NSX Network Essentials

By : sreejith c
Book Image

VMware NSX Network Essentials

By: sreejith c

Overview of this book

VMware NSX is at the forefront of the software-defined networking revolution. It makes it even easier for organizations to unlock the full benefits of a software-defined data center – scalability, flexibility – while adding in vital security and automation features to keep any sysadmin happy. Software alone won’t power your business – with NSX you can use it more effectively than ever before, optimizing your resources and reducing costs. Getting started should be easy – this guide makes sure it is. It takes you through the core components of NSX, demonstrating how to set it up, customize it within your current network architecture. You’ll learn the principles of effective design, as well as some things you may need to take into consideration when you’re creating your virtual networks. We’ll also show you how to construct and maintain virtual networks, and how to deal with any tricky situations and failures. By the end, you’ll be confident you can deliver, scale and secure an exemplary virtualized network with NSX.
Table of Contents (15 chapters)
VMware NSX Network Essentials
Credits
Foreword
About the Author
About the Reviewer
www.PacktPub.com
Preface

Generating a certificate


We will generate a certificate request and instruct the VMware NSX Edge instance to create a self-signed certificate from that request:

  1. In the left-hand navigation pane, select NSX Edges.

  2. In the edge list, double-click the Perimeter Gateway entry to manage that object.

  3. Click the Manage tab and click Settings.

  4. In the settings category panel, select Certificates.

  5. Select Generate CSR from the Actions drop-down menu to open the Generate CSR dialog box, and perform the following actions:

    • Enter Webload in the Common Name text box.

    • Enter Loadbalancer in the Organization Name text box.

    • Verify that RSA is the selected Message Algorithm.

    • Verify that 2048 is the selected Key Size.

    • Leave all other settings at the default value and click OK.

  6. In the certificate list, select the newly generated signing request and select Self Sign Certificate from the Actions drop-down menu.

  7. When prompted, enter 365 in the Number of days text box, and click OK.

The following screenshot depicts the Generate...