1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Apr 6 08:36:53 UTC 2022

This commit is contained in:
Automated 2022-04-06 08:36:53 +00:00
parent 9bf28f1efe
commit f88a614da8
221 changed files with 7174 additions and 449 deletions

View file

@ -4,7 +4,9 @@ NAME
SYNOPSIS
gcloud beta compute target-ssl-proxies create NAME
--backend-service=BACKEND_SERVICE
--ssl-certificates=SSL_CERTIFICATE,[...] [--description=DESCRIPTION]
(--certificate-map=CERTIFICATE_MAP
: --ssl-certificates=SSL_CERTIFICATE,[...])
[--description=DESCRIPTION]
[--proxy-header=PROXY_HEADER; default="NONE"] [--ssl-policy=SSL_POLICY]
[GCLOUD_WIDE_FLAG ...]
@ -14,8 +16,8 @@ DESCRIPTION
forwarding rules which define which packets the proxy is responsible for
routing. The target SSL proxy points to a backend service which handle the
actual requests. The target SSL proxy also points to at most 15 SSL
certificates used for server-side authentication. The target SSL proxy can
be associated with at most one SSL policy.
certificates used for server-side authentication or one certificate map.
The target SSL proxy can be associated with at most one SSL policy.
POSITIONAL ARGUMENTS
NAME
@ -26,12 +28,31 @@ REQUIRED FLAGS
A backend service that will be used for connections to the target SSL
proxy.
--ssl-certificates=SSL_CERTIFICATE,[...]
References to at most 15 SSL certificate resources that are used for
server-side authentication. The first SSL certificate in this list is
considered the primary SSL certificate associated with the load
balancer. The SSL certificates must exist and cannot be deleted while
referenced by a target SSL proxy.
At least one of these must be specified:
Certificate map resource - The certificate map to attach. This
represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways. To set the project
attribute:
▸ provide the argument --certificate-map on the command line with a
fully specified name;
▸ provide the argument --project on the command line;
▸ set the property core/project. To set the location attribute:
▸ provide the argument --certificate-map on the command line with a
fully specified name;
▸ default value of location is [global].
--certificate-map=CERTIFICATE_MAP
ID of the certificate map or fully qualified identifier for the
certificate map. To set the map attribute:
▫ provide the argument --certificate-map on the command line.
--ssl-certificates=SSL_CERTIFICATE,[...]
References to at most 15 SSL certificate resources that are used for
server-side authentication. The first SSL certificate in this list is
considered the primary SSL certificate associated with the load
balancer. The SSL certificates must exist and cannot be deleted while
referenced by a target SSL proxy.
OPTIONAL FLAGS
--description=DESCRIPTION