1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Apr 3 09:23:31 UTC 2024

This commit is contained in:
Automated 2024-04-03 09:23:31 +00:00
parent 4ade1b44cc
commit 7e2535c53d
212 changed files with 8070 additions and 151 deletions

View file

@ -11,7 +11,8 @@ SYNOPSIS
[--email-san=[EMAIL_SAN,...]] [--from-ca=FROM_CA]
[--ip-san=[IP_SAN,...]] [--issuer-ca=ISSUER_CA]
[--labels=[KEY=VALUE,...]] [--subject=[SUBJECT,...]]
[--uri-san=[URI_SAN,...]] [--validity=VALIDITY; default="P3Y"]
[--subject-key-id=SUBJECT_KEY_ID] [--uri-san=[URI_SAN,...]]
[--validity=VALIDITY; default="P3Y"]
[--key-algorithm=KEY_ALGORITHM; default="rsa-pkcs1-2048-sha256"
| [--kms-key-version=KMS_KEY_VERSION : --kms-key=KMS_KEY
--kms-keyring=KMS_KEYRING
@ -219,6 +220,12 @@ OPTIONAL FLAGS
X.501 name of the certificate subject. Example: --subject
"C=US,ST=California,L=Mountain View,O=Google LLC,CN=google.com"
--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.
--uri-san=[URI_SAN,...]
One or more comma-separated URI Subject Alternative Names.