- ajout du script de renew auto du server CA (fix)

This commit is contained in:
Frogg 2026-05-17 10:14:31 +02:00
parent f496539203
commit 16d80bc8d0
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ EOF"
} }
do_deb_sys_cert_install_ca_server(){ do_deb_sys_cert_install_ca_server(){
local full_command="${WELCOME_SCRIPT_PATH}/ca_server_renew.sh" local full_command="${WELCOME_SCRIPT_PATH}/script/ca_server_renew.sh"
msg_info "Renouvellement du certificat" msg_info "Renouvellement du certificat"
eval "$full_command" eval "$full_command"