mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
NAME
|
|
gcloud alpha publicca external-account-keys - create ACME external account
|
|
binding keys
|
|
|
|
SYNOPSIS
|
|
gcloud alpha publicca external-account-keys COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) gcloud alpha 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
|
|
(ALPHA) Create a new external account key.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. This variant is also available:
|
|
|
|
$ gcloud beta publicca external-account-keys
|
|
|