static function configCron($target)
 {
     $notif = new PluginCertificatesNotificationState();
     $config = new PluginCertificatesConfig();
     $config->showForm($target, 1);
     $notif->showForm($target);
     $notif->showAddForm($target);
 }