mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Apr 3 09:23:31 UTC 2024
This commit is contained in:
parent
4ade1b44cc
commit
7e2535c53d
212 changed files with 8070 additions and 151 deletions
|
|
@ -25,7 +25,8 @@ SYNOPSIS
|
|||
--name-permitted-email=[NAME_PERMITTED_EMAIL,...]
|
||||
--name-permitted-ip=[NAME_PERMITTED_IP,...]
|
||||
--name-permitted-uri=[NAME_PERMITTED_URI,...]]) [--ca=CA]
|
||||
[--labels=[KEY=VALUE,...]] [--validity=VALIDITY; default="P30D"]
|
||||
[--labels=[KEY=VALUE,...]] [--subject-key-id=SUBJECT_KEY_ID]
|
||||
[--validity=VALIDITY; default="P30D"]
|
||||
[--template=TEMPLATE : --template-location=TEMPLATE_LOCATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -333,6 +334,12 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--subject-key-id=SUBJECT_KEY_ID
|
||||
Optional field to specify subject key ID for certificate. DO NOT USE
|
||||
except to maintain a previously established identifier for a public
|
||||
key, whose SKI was not generated using method (1) described in RFC 5280
|
||||
section 4.2.1.2.
|
||||
|
||||
--validity=VALIDITY; default="P30D"
|
||||
The validity of this certificate, as an ISO8601 duration. Defaults to
|
||||
30 days.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue