Skip to content

Commit

Permalink
Update cmd/create.go
Browse files Browse the repository at this point in the history
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
  • Loading branch information
maraino and hslatman authored Oct 7, 2022
1 parent bb2657c commit c6644cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Keys in a PKCS #11 module requires an id in hexadecimal as well as a label
# Create a 2048-bit RSA key on a YubiKey:
step-kms-plugin create --kty RSA --size 2048 yubikey:slot-id=82
# Create an EC P-256 privatekey key on a YubiKey with the touch policy "always" and pin policy "once":
# Create an EC P-256 private key on a YubiKey with the touch policy "always" and pin policy "once":
step-kms-plugin create --touch-policy always --pin-policy once yubikey:slot-id=82`,

RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit c6644cb

Please sign in to comment.