How Certificate Manager works (original) (raw)

Certificate Manager uses a flexible mapping mechanism that provides you with granular control over which certificates you can assign and how to serve them for each domain name in your environment.

The following diagram shows the relationships between Certificate Manager components for a typical target proxy specified in a load balancer forwarding rule:

Relationship between Certificate Manager components and the target proxy of a load balancer.

Certificate Manager entities (click to enlarge).

To learn more about the components of Certificate Manager, see Core components.

Certificate selection logic

At a high level, the load balancer selects a certificate as follows:

  1. A client initiates a handshake, which is a connection request to the service behind the load balancer.
    During the handshake, the client provides the load balancer a list of cryptographic algorithms that the client uses to complete the handshake, and, optionally, the hostname it is trying to reach. This hostname is also called Server Name Indication (SNI).
  2. On receiving the request, the load balancer selects a certificate to complete the secure handshake.
    • Exact hostname match: if the client's provided hostname exactly matches a hostname entry in the provisioned certificate map, the load balancer selects the corresponding certificate.
    • Wildcard hostname match: if the client's hostname doesn't match any one of the hostname entries in the provisioned certificate map, but does match a wildcard hostname in a certificate map entry, the load balancer selects the corresponding certificate.
      For example, a wildcard entry configured as *.myorg.example.com covers first-level subdomains in the myorg.example.com domain. The wildcard entry doesn't cover deeper level subdomains, such assub.subdomain.myorg.example.com.
    • No exact or wildcard hostname match: if the client's hostname doesn't match any one of the hostname entries in the provisioned certificate map, the load balancer selects the primary certificate map entry.
    • Handshake failure: if the client didn't provide a hostname and the primary certificate map entry isn't configured, the handshake fails.

Certificate priority

When selecting a certificate, the load balancer prioritizes them based on the following factors:

Wildcard domain names

The following rules apply to wildcard domain names:

Certificate renewal

Google-managed certificates are renewed automatically. You must renew self-managed certificates manually. If necessary, you can configure Cloud Logging alerts for certificates before they expire. For more information, see Configure log alerts.

What's next