HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/current/help/man/man1/gcloud_privateca_certificates_list.1
.TH "GCLOUD_PRIVATECA_CERTIFICATES_LIST" 1



.SH "NAME"
.HP
gcloud privateca certificates list \- list certificates within a project



.SH "SYNOPSIS"
.HP
\f5gcloud privateca certificates list\fR [\fB\-\-issuer\-pool\fR=\fIISSUER_POOL\fR\ \fB\-\-location\fR=\fILOCATION\fR] [\fB\-\-filter\fR=\fIEXPRESSION\fR] [\fB\-\-limit\fR=\fILIMIT\fR] [\fB\-\-page\-size\fR=\fIPAGE_SIZE\fR;\ default=100] [\fB\-\-sort\-by\fR=[\fIFIELD\fR,...]] [\fB\-\-uri\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

List certificates within a project. Note that listing certificates accross
locations is not supported.



.SH "EXAMPLES"

To list all Certificates issued by a given CA pool, run:

.RS 2m
$ gcloud privateca certificates list \-\-issuer\-pool=my\-pool \e
    \-\-location=us\-west1
.RE

To list all Certificates issued by all CA pools in a location, run:

.RS 2m
$ gcloud privateca certificates list \-\-location=us\-west1
.RE

To list all Certificates issued directly under a CA, run:

.RS 2m
$ gcloud privateca certificates list \-\-issuer\-pool=my\-pool \e
    \-\-location=us\-west1 \e
    \-\-filter="issuer_certificate_authority='projects/1234567890/loca\e
tions/us\-west1/caPools/my\-pool/certificateAuthorities/my\-ca'"
.RE

You can omit the \f5\-\-location\fR flag in both of the above examples if you've
already set the \f5\fIprivateca/location\fR\fR property. For example:

.RS 2m
$ gcloud config set privateca/location us\-west1
.RE

.RS 2m
# The following is equivalent to the first example above.
$ gcloud privateca certificates list \-\-issuer\-pool=my\-pool
.RE

.RS 2m
# The following is equivalent to the second example above.
$ gcloud privateca certificates list
.RE



.SH "FLAGS"

.RS 2m
.TP 2m

CA POOL resource \- The issuing CA pool. If this is omitted, Certificates issued
by all CA pools in the given location will be listed. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.

To set the \f5project\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5\-\-issuer\-pool\fR on the command line with a fully
specified name;
.IP "\(em" 2m
defaults to all CA pools in the given location with a fully specified name;
.IP "\(em" 2m
provide the argument \f5\-\-project\fR on the command line;
.IP "\(em" 2m
set the property \f5core/project\fR.
.RE
.sp


.RS 2m
.TP 2m
\fB\-\-issuer\-pool\fR=\fIISSUER_POOL\fR

ID of the CA_POOL or fully qualified identifier for the CA_POOL.

To set the \f5pool\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5\-\-issuer\-pool\fR on the command line;
.IP "\(bu" 2m
defaults to all CA pools in the given location.
.RE
.sp

.TP 2m
\fB\-\-location\fR=\fILOCATION\fR

The location of the CA_POOL.

To set the \f5location\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5\-\-issuer\-pool\fR on the command line with a fully
specified name;
.IP "\(bu" 2m
defaults to all CA pools in the given location with a fully specified name;
.IP "\(bu" 2m
provide the argument \f5\-\-location\fR on the command line;
.IP "\(bu" 2m
set the property \f5privateca/location\fR.
.RE
.sp


.RE
.RE
.sp

.SH "LIST COMMAND FLAGS"

.RS 2m
.TP 2m
\fB\-\-filter\fR=\fIEXPRESSION\fR

Apply a Boolean filter \fIEXPRESSION\fR to each resource item to be listed. If
the expression evaluates \f5True\fR, then that item is listed. For more details
and examples of filter expressions, run $ gcloud topic filters. This flag
interacts with other flags that are applied in this order: \fB\-\-flatten\fR,
\fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.

.TP 2m
\fB\-\-limit\fR=\fILIMIT\fR

Maximum number of resources to list. The default is \fBunlimited\fR. This flag
interacts with other flags that are applied in this order: \fB\-\-flatten\fR,
\fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.

.TP 2m
\fB\-\-page\-size\fR=\fIPAGE_SIZE\fR; default=100

Some services group resource list output into pages. This flag specifies the
maximum number of resources per page. The default is \fB100\fR. Paging may be
applied before or after \fB\-\-filter\fR and \fB\-\-limit\fR depending on the
service.

.TP 2m
\fB\-\-sort\-by\fR=[\fIFIELD\fR,...]

Comma\-separated list of resource field key names to sort by. The default order
is ascending. Prefix a field with ``~'' for descending order on that field. This
flag interacts with other flags that are applied in this order:
\fB\-\-flatten\fR, \fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.

.TP 2m
\fB\-\-uri\fR

Print a list of resource URIs instead of the default output, and change the
command output to a list of URIs. If this flag is used with \fB\-\-format\fR,
the formatting is applied on this URI list. To display URIs alongside other keys
instead, use the \fBuri()\fR transform.


.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.