gcloud_compute_target-ssl-proxies_create (1)
NAME
- gcloud compute target-ssl-proxies create - create a target SSL proxy
SYNOPSIS
-
gcloud compute target-ssl-proxies create NAME --backend-service=BACKEND_SERVICE --ssl-certificates=SSL_CERTIFICATE,[...] [--description=DESCRIPTION] [--proxy-header=PROXY_HEADER; default="NONE"] [--ssl-policy=SSL_POLICY] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute target-ssl-proxies create is used to create target SSL
POSITIONAL ARGUMENTS
-
- NAME
-
Name of the target SSL proxy to create.
REQUIRED FLAGS
-
- --backend-service=BACKEND_SERVICE
-
A backend service that will be used for connections to the target SSL proxy.
- --ssl-certificates=SSL_CERTIFICATE,[...]
-
References to at most 10 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 certificate must exist and cannot be deleted while referenced by a target
SSL proxy.
OPTIONAL FLAGS
-
- --description=DESCRIPTION
-
An optional, textual description for the target SSL proxy.
- --proxy-header=PROXY_HEADER; default="NONE"
-
The type of proxy protocol header to be sent to the backend. PROXY_HEADER
must be one of:
-
- NONE
- No proxy header is added.
- PROXY_V1
- Enables PROXY protocol (version 1) for passing client connection information.
-
- --ssl-policy=SSL_POLICY
-
A reference to an SSL policy resource that defines the server-side support for
SSL features and affects the connections between clients and the SSL proxy load
balancer. The SSL policy must exist and cannot be deleted while referenced by a
target SSL proxy.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
These variants are also available:
- $ gcloud alpha compute target-ssl-proxies create $ gcloud beta compute target-ssl-proxies create