From 092d22a433dcb9016edf488c7d9a2182fd635ecb Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 29 May 2025 11:11:43 -0400 Subject: [PATCH] doc/man: document new --key-type option for ceph-authtool Signed-off-by: Patrick Donnelly --- doc/man/8/ceph-authtool.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man/8/ceph-authtool.rst b/doc/man/8/ceph-authtool.rst index 4e37f01a334..5904835aceb 100644 --- a/doc/man/8/ceph-authtool.rst +++ b/doc/man/8/ceph-authtool.rst @@ -18,6 +18,7 @@ Synopsis [ --import-keyring *otherkeyringfile* ] [ -n | --name *entityname* ] [ -a | --add-key *base64_key* ] + [ -t | --key-type *KEY_TYPE* ] [ --cap *subsystem* *capability* ] [ --caps *capfile* ] [ --mode *mode* ] @@ -87,6 +88,11 @@ Options will set the desired file mode to the keyring e.g: 0644, defaults to 0600 +.. option:: --key-type *KEY_TYPE* + + Set the key-type for generated keys. Can be one of "aes", "aes256k", or + "preferred" (Ceph operator chosen default). Defaults to "preferred". + Capabilities ============ -- 2.39.5