diff --git a/777-welcome.sh b/777-welcome.sh index 78154d4..da72862 100755 --- a/777-welcome.sh +++ b/777-welcome.sh @@ -63,5 +63,5 @@ display_dashboard ################ if [[ $HAS_WELCOME_CONF_ERROR -eq 1 ]];then - msg_error "Configurations manquantes, veuillez tapez ${COLOR_WHITE}deb-conf${COLOR_LIGHT_RED} pour plus d'informations" + msg_error "Configurations manquantes, veuillez tapez ${COLOR_WHITE}reconf${COLOR_LIGHT_RED} pour plus d'informations" fi diff --git a/TODO.md b/TODO.md index 48e2379..048e6d7 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,8 @@ La Clé Racine (ULTRA SECRET) : /var/lib/step-ca/.step/secrets/root_ca_key Le Mot de Passe : /var/lib/step-ca/.step/password.txt (si tu en as un) La Configuration : /var/lib/step-ca/.step/config/ca.json +stockage +/etc/ssl/wildcard BUG SMTP PROXMOX diff --git a/config/config_install.sh b/config/config_install.sh index f57a321..9a9621f 100644 --- a/config/config_install.sh +++ b/config/config_install.sh @@ -20,11 +20,11 @@ CONFIG_DEB_INSTALL_JSON='[ {"id": "fail2ban_pkg", "label": "Installer Fail2Ban", "type": "pkg", "params": "fail2ban"}, {"id": "ufw_pkg", "label": "Installer Firewall (UFW)", "type": "pkg", "params": "ufw"}, {"id": "script_update", "label": "Installer script de mise à jour automatique", "type": "sys", "params": "script_update"}, - {"id": "gen_ssh_key", "label": "Creer une clé RSA pour SSH", "type": "sys", "params": "gen_ssh_key"}, + {"id": "cert_install", "label": "Installer le certificat wildcard auto", "type": "sys", "params": "cert_install"}, {"id": "ipv6", "label": "Désactiver IPv6", "type": "sys", "params": "ipv6"}, {"id": "motd", "label": "Désactiver les messages MOTD", "type": "sys", "params": "motd"}, {"id": "mail", "label": "Configurer ADMIN_MAIL", "type": "sys", "params": "mail"}, - {"id": "cert_install", "label": "Installer le certificat wildcard auto", "type": "sys", "params": "cert_install"}, + {"id": "gen_ssh_key", "label": "Creer une clé RSA pour SSH", "type": "sys", "params": "gen_ssh_key"}, {"id": "hostname", "label": "Changer le Hostname", "type": "sys", "params": "hostname"}, {"id": "static_ip", "label": "Configurer IP Statique (eth0)", "type": "sys", "params": "static_ip"}, {"id": "deploy_ssh_key", "label": "Autoriser la clé RSA sur un hôte distant", "type": "sys", "params": "deploy_ssh_key"}, diff --git a/inc/alias.sh b/inc/alias.sh index 549ec5c..94aa5f8 100644 --- a/inc/alias.sh +++ b/inc/alias.sh @@ -5,7 +5,7 @@ alias cmd='bash /etc/profile.d/info/cmd' alias conf='bash /etc/profile.d/info/conf' alias colors='bash /etc/profile.d/info/colors' alias welcome='bash /etc/profile.d/777-welcome.sh' -alias deb-conf='bash /etc/profile.d/script/install.sh' +alias reconf='bash /etc/profile.d/script/install.sh' #endregion #region Shortcut BASICS diff --git a/inc/infos.sh b/inc/infos.sh index c053627..1ecbe64 100644 --- a/inc/infos.sh +++ b/inc/infos.sh @@ -8,4 +8,4 @@ fi # Infos echo "" -echo -e "${COLOR_YELLOW}Type ${COLOR_WHITE}cmd${COLOR_YELLOW}, ${COLOR_WHITE}conf${COLOR_YELLOW}, ${COLOR_WHITE}colors${COLOR_YELLOW}, ${COLOR_WHITE}alias${COLOR_YELLOW} or ${COLOR_WHITE}deb-conf ${COLOR_YELLOW}for more information...${NONE}" +echo -e "${COLOR_YELLOW}Type ${COLOR_WHITE}cmd${COLOR_YELLOW}, ${COLOR_WHITE}conf${COLOR_YELLOW}, ${COLOR_WHITE}colors${COLOR_YELLOW}, ${COLOR_WHITE}alias${COLOR_YELLOW} or ${COLOR_WHITE}reconf ${COLOR_YELLOW}for more information...${NONE}"