- changement de la commande deb-conf en reconf
This commit is contained in:
parent
8d91f593c0
commit
44ceabf422
|
|
@ -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
|
||||
|
|
|
|||
2
TODO.md
2
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue