1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Tue Mar 1 04:29:52 UTC 2022

This commit is contained in:
Automated 2022-03-01 04:29:52 +00:00
parent aab53307a8
commit 1456dab6c7
9791 changed files with 814712 additions and 0 deletions

View file

@ -0,0 +1,36 @@
NAME
gcloud beta publicca external-account-keys create - create a new external
account key
SYNOPSIS
gcloud beta publicca external-account-keys create
[--key-output-file=KEY_OUTPUT_FILE] [GCLOUD_WIDE_FLAG ...]
EXAMPLES
To create an external account key:
$ gcloud beta publicca external-account-keys create
To create an external account key and save it to a file:
$ gcloud beta publicca external-account-keys create \
--key-output-file=./external_account_key.txt
FLAGS
--key-output-file=KEY_OUTPUT_FILE
The path where the generated external account key is written.
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 $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha publicca external-account-keys create

View file

@ -0,0 +1,35 @@
NAME
gcloud beta publicca external-account-keys - create ACME external account
binding keys
SYNOPSIS
gcloud beta publicca external-account-keys COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta publicca external-account-keys lets you create an
external account key associated with Google Trust Services' publicly
trusted certificate authority.
The external account key will be associated with the Cloud project and it
may be bound to an Automatic Certificate Management Environment (ACME)
account following RFC 8555.
See https://tools.ietf.org/html/rfc8555#section-7.3.4 for more details.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(BETA) Create a new external account key.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha publicca external-account-keys

29
gcloud/beta/publicca/help Normal file
View file

@ -0,0 +1,29 @@
NAME
gcloud beta publicca - manage accounts for Google Trust Services'
Certificate Authority
SYNOPSIS
gcloud beta publicca GROUP [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Publicca command group lets you create an external account key used
for binding to an Automatic Certificate Management Environment (ACME)
account.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
external-account-keys
(BETA) Create ACME external account binding keys.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha publicca