pub fn execute(cli: &Cli, new_keyfile_arg: Option<&str>) -> Result<()>Expand description
Execute the rotate-key command.
new_keyfile_arg: None = keep existing keyfile, Some("none") = remove
keyfile requirement, Some(path) = switch to a different keyfile.