diff --git a/cmd/create.go b/cmd/create.go index 66e8fa3..89b6178 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -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 {