Skip to content

Commit 0ee1d82

Browse files
committed
Tweaks
1 parent f938a82 commit 0ee1d82

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

flags/flags.go

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,13 +485,26 @@ parameters identify the KMS, and **&**-separated parameters contain credentials.
485485
**TPM 2.0**
486486
: Use **tpmkms:** URIs. Parameters: **name**, **device**, **attestation-ca-url**.
487487
488+
**Google Cloud KMS**
489+
: Use **cloudkms:** URIs. Parameters: **credentials-file**.
490+
491+
**AWS KMS**
492+
: Use **awskms:** URIs. Parameters: **region**, **profile**, **credentials-file**.
493+
494+
**Azure Key Vault**
495+
: Use **azurekms:** URIs. Parameters: **tenant-id**, **client-id**, **client-secret**, **client-certificate-file**.
496+
488497
: Examples:
489498
490499
'''
491500
yubikey:pin-value=123456
492501
pkcs11:module-path=/usr/lib/softhsm/libsofthsm2.so;token=smallstep?pin-value=pass
493502
tpmkms:name=my-key;device=/dev/tpmrm0
494-
'''`,
503+
awskms:region=us-east-1
504+
azurekms:client-id=fooo;client-secret=bar;tenant-id=9de53416-4431-4181-7a8b-23af3EXAMPLE
505+
'''
506+
507+
For more information, see https://smallstep.com/docs/step-ca/cryptographic-protection/.`,
495508
}
496509

497510
AttestationURI = cli.StringFlag{

0 commit comments

Comments
 (0)