File: //snap/google-cloud-cli/396/help/man/man1/gcloud_alpha_app_ssl-certificates_describe.1
.TH "GCLOUD_ALPHA_APP_SSL\-CERTIFICATES_DESCRIBE" 1
.SH "NAME"
.HP
gcloud alpha app ssl\-certificates describe \- describes a specified SSL certificate
.SH "SYNOPSIS"
.HP
\f5gcloud alpha app ssl\-certificates describe\fR \fIID\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Describes a specified SSL certificate.
.SH "EXAMPLES"
To describe an App Engine SSL certificate, run:
.RS 2m
$ gcloud alpha app ssl\-certificates describe 1234
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIID\fR
The id of the certificate. This identifier is printed upon creation of a new
certificate. Run \f5gcloud alpha app ssl\-certificates list\fR to view existing
certificates.
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. These variants are also available:
.RS 2m
$ gcloud app ssl\-certificates describe
.RE
.RS 2m
$ gcloud beta app ssl\-certificates describe
.RE