rotate

Last modified on February 6, 2025

NAME:
   sdm admin secretengines rotate - rotate secret engine's credentials

USAGE:
   sdm admin secretengines rotate [command options] [arguments...]

OPTIONS:
   --timeout value                      set time limit for command
   --json, -j                           output as json
   --password-length value              Password length (default: 0)
   --password-num-digits value          Numbers of digits to use when generating password (default: 0)
   --password-num-symbols value         Number of symbos to use when generating password (default: 0)
   --password-allow-repeat              If set to true allows for consecutive characters to repeat itself
   --password-exclude-characters value  Set of characters to exclude when generating password
   --password-exclude-uppercase         If set to true do not include upper case letters when generating password
Top