mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
37
gcloud/publicca/external-account-keys/create
Normal file
37
gcloud/publicca/external-account-keys/create
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
NAME
|
||||
gcloud publicca external-account-keys create - create a new external
|
||||
account key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud publicca external-account-keys create
|
||||
[--key-output-file=KEY_OUTPUT_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To create an external account key:
|
||||
|
||||
$ gcloud publicca external-account-keys create
|
||||
|
||||
To create an external account key and save it to a file:
|
||||
|
||||
$ gcloud 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
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha publicca external-account-keys create
|
||||
|
||||
$ gcloud beta publicca external-account-keys create
|
||||
|
||||
36
gcloud/publicca/external-account-keys/help
Normal file
36
gcloud/publicca/external-account-keys/help
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
NAME
|
||||
gcloud publicca external-account-keys - create ACME external account
|
||||
binding keys
|
||||
|
||||
SYNOPSIS
|
||||
gcloud publicca external-account-keys COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud 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
|
||||
Create a new external account key.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha publicca external-account-keys
|
||||
|
||||
$ gcloud beta publicca external-account-keys
|
||||
|
||||
29
gcloud/publicca/help
Normal file
29
gcloud/publicca/help
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
NAME
|
||||
gcloud publicca - manage accounts for Google Trust Services' Certificate
|
||||
Authority
|
||||
|
||||
SYNOPSIS
|
||||
gcloud publicca GROUP [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
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
|
||||
Create ACME external account binding keys.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha publicca
|
||||
|
||||
$ gcloud beta publicca
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue