1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -13,15 +13,14 @@ EXAMPLES
$ gcloud privateca certificates export my-cert \
--issuer-pool=my-pool --issuer-location=us-west1 \
--output-file=cert.pem
--output-file=cert.pem
To export a pem-encoded certificate along with its issuing chain in the
same file, run the following:
$ gcloud privateca certificates export my-cert \
--issuer-pool=my-pool --issuer-location=us-west1 \
--include-chain \
--output-file=chain.pem
--include-chain --output-file=chain.pem
You can omit the --issuer-location flag in both of the above examples if
you've already set the privateca/location property. For example:
@ -36,8 +35,7 @@ The following is equivalent to the first example above.
The following is equivalent to the second example above.
$ gcloud privateca certificates export my-cert \
--issuer-pool=my-pool --include-chain \
--output-file=chain.pem
--issuer-pool=my-pool --include-chain --output-file=chain.pem
POSITIONAL ARGUMENTS
CERTIFICATE resource - The certificate to export. The arguments in this