Skip to content

Commit

Permalink
docs: correct user ca rotation (#46431)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy committed Sep 10, 2024
1 parent 2eec212 commit c67492f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are two options available for revoking access: CA rotations and Teleport l
## CA rotations

To generate a new certificate authority and invalidate user certificates issued
by the current CA, run `tctl auth rotate --type-user`. This process will require
by the current CA, run `tctl auth rotate --type=user`. This process will require
that the newly generated CA certificate is uploaded to your entire fleet of
OpenSSH servers. This can be a disruptive change, especially in environments
that lack automation, so proceed with caution.
Expand Down

0 comments on commit c67492f

Please sign in to comment.