You can configure Transport Layer Security (TLS) termination for HTTP traffic in VMware Tanzu Application Service for VMs (TAS for VMs) with a TLS certificate, as part of the process of configuring TAS for VMs for deployment.
When you deploy Ops Manager, you must configure the TLS termination for HTTP traffic in your TAS for VMs configuration. You can terminate TLS at all of these points:
To choose and configure the TLS termination option for your deployment, see TLS Termination Options for HTTP Routing in Securing Traffic into TAS for VMs.
To secure traffic into Ops Manager, you must obtain at least one TLS certificate. For general certificate requirements for deploying Ops Manager, see Certificate Requirements in Securing Traffic into TAS for VMs.
For additional IaaS-specific certificate requirements:
This section describes how to create or generate a certificate for your TAS for VMs environment. If you are deploying to a production environment, you must obtain a certificate from a trusted Certificate Authority (CA).
For internal development or testing environments, you have two options for creating a required TLS certificates:
To create a certificate, you can use a wide variety of tools including OpenSSL, Java keytool, Adobe Reader, and Apple Keychain, to generate a Certificate Signing Request (CSR).
For both self-signed and trusted single certificates, apply these rules when creating the CSR:
Specify your registered wildcard domain as the Common Name
, where DOMAIN
is your registered wildcard domain. For example, *.DOMAIN.com
.
VMware recommends using a split domain configuration that separates the domains for apps
and sys
components. To use a split domain configuration, enter these values in the Subject Alternative Name
of the certificate, where DOMAIN
is your registered wildcard domain:
*.apps.DOMAIN.com
*.sys.DOMAIN.com
*.login.sys.DOMAIN.com
*.uaa.sys.DOMAIN.com
If you are using a single domain configuration, use these values as the Subject Alternative Name
of the certificate, where DOMAIN
is your registered wildcard domain:
*.login.sys.DOMAIN.com
*.uaa.sys.DOMAIN.com
Important TLS certificates generated for wildcard DNS records only work for a single domain name component or component fragment. For example, a certificate generated for *.DOMAIN.com
does not work for *.apps.DOMAIN.com
and *.sys.DOMAIN.com
. The certificate must have both *.apps.DOMAIN.com
and *.sys.DOMAIN.com
attributed to it.
To generate an RSA certificate in TAS for VMs:
Go to the VMware Tanzu Operations Manager Installation Dashboard.
Click the TAS for VMs tile.
Select Networking.
Under Certificate and private keys for the Gorouter and HAProxy:
VMware recommends using a split domain configuration that separates the domains for apps
and sys
components. To use a split domain configuration, enter these following domains for the certificate, where DOMAIN
is your registered wildcard domain:
*.DOMAIN.com
*.apps.DOMAIN.com
*.sys.DOMAIN.com
*.login.sys.DOMAIN.com
*.uaa.sys.DOMAIN.com
Click Generate.