pub(super) async fn prepare_rest_transport( rest_port: Option<u16>, rest_keys_file: Option<&Path>, cert_path: Option<&Path>, key_path: Option<&Path>, ) -> Result<RestTransport>