Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion step-cli/reference/ca/token/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ $ step ca token --kms yubikey:pin-value=123456 \
```

Generate a token with custom data in the "user" claim. The example below can be
accessed in a template as **{{ .Token.user.field }}**, rendering to the string
accessed in a template as **\{\{ .Token.user.field }}**, rendering to the string
"value".

This is distinct from **.Insecure.User**: any attributes set using this option
Expand Down