mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -16,8 +16,8 @@ DESCRIPTION
|
|||
|
||||
The optional flag public-key-format indicates the format in which the
|
||||
public key will be returned. For the PQC algorithms, this must be specified
|
||||
and set to NIST_PQC. For all other algorithms, this flag is optional and
|
||||
defaults to PEM. See "Retrieve a public key" in the Cloud KMS documentation
|
||||
and set to nist-pqc. For all other algorithms, this flag is optional and
|
||||
defaults to pem. See "Retrieve a public key" in the Cloud KMS documentation
|
||||
(https://cloud.google.com/kms/docs/retrieve-public-key) for more
|
||||
information about the supported formats.
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta kms keys versions get-public-key 2 --key=frodo \
|
||||
--keyring=fellowship --location=us-east1 \
|
||||
--public-key-format=PEM --output-file=/tmp/my/public_key.file
|
||||
--public-key-format=pem --output-file=/tmp/my/public_key.file
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue