gcloud_beta_compute_ssl-certificates_create (1)
NAME
- gcloud beta compute ssl-certificates create - create a Google Compute Engine SSL certificate
SYNOPSIS
-
gcloud beta compute ssl-certificates create NAME (--domains=DOMAIN,[DOMAIN,...] | --certificate=LOCAL_FILE_PATH --private-key=LOCAL_FILE_PATH) [--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute ssl-certificates create is used to
You can create either a managed or a self-managed SslCertificate. A managed SslCertificate will be provisioned and renewed for you, when you specify the --domains flag. A self-managed certificate is created by passing the certificate obtained from Certificate Authority through --certificate and --private-key flags.
POSITIONAL ARGUMENTS
-
- NAME
-
Name of the SSL certificate to create.
REQUIRED FLAGS
-
-
Flags for managed or self-managed certificate. Exactly one of these must be
specified:
-
- --domains=DOMAIN,[DOMAIN,...]
-
List of domains to create a managed certificate for.
-
Flags for self-managed certificate
-
- --certificate=LOCAL_FILE_PATH
-
Path to a local certificate file to create a self-managed certificate. The
certificate must be in PEM format. The certificate chain must be no greater than
5 certs long. The chain must include at least one intermediate cert. This flag
must be specified if any of the other arguments in this group are specified.
- --private-key=LOCAL_FILE_PATH
-
Path to a local private key file. The private key must be in PEM format and must
use RSA or ECDSA encryption. This flag must be specified if any of the other
arguments in this group are specified.
-
-
-
Flags for managed or self-managed certificate. Exactly one of these must be
specified:
OPTIONAL FLAGS
-
- --description=DESCRIPTION
-
An optional, textual description for the SSL certificate.
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
This command is currently in BETA and may change without notice. These variants are also available:
- $ gcloud compute ssl-certificates create $ gcloud alpha compute ssl-certificates create