Edit an sentence in the imperative mood so that it matches the general
form of imperative sentences immediately preceding commands that contain
replaceable portions.
This commit targets only the Squid release branch.
Follows up on https://github.com/ceph/ceph/pull/58235/.
Tracker: https://tracker.ceph.com/issues/66617
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
20e630460a0368d8e08120b0e7cf523248a06040)
Key rotation
------------
-To rotate the secret for an entity, use:
+To rotate the secret for an entity, run a command of the following form:
.. prompt:: bash #
- ceph auth rotate <entity>
+ ceph auth rotate <entity>
This avoids the need to delete and recreate the entity when its key is
compromised, lost, or scheduled for rotation.