Date : 25/12/2025
Status : IMPLEMENTEE
Urgence : CRITIQUE (expire dans 5 jours - 30/12/2025)
Certificat : *.33800.nowhere84.com
Machine : nginx.local (192.168.1.104)
sudo certbot delete --cert-name nova-automobile.fr
curl https://get.acme.sh | sh -s email=contact@nowhere84.com
source ~/.bashrc
Variables requises (depuis secrets/prod.env) :
CPANEL_USERNAME : compte o2switchCPANEL_PASSWORD : mot de passe cPanelCPANEL_URL : https://yellow.o2switch.net:2083acme.sh --issue --dns dns_cpanel \
-d 33800.nowhere84.com \
-d "*.33800.nowhere84.com"
acme.sh --install-cert \
-d 33800.nowhere84.com \
-d "*.33800.nowhere84.com" \
--key-file /etc/letsencrypt/live/33800.nowhere84.com/privkey.pem \
--fullchain-file /etc/letsencrypt/live/33800.nowhere84.com/fullchain.pem \
--reloadcmd "systemctl reload nginx"
sudo rm /etc/letsencrypt/renewal/33800.nowhere84.com.conf
J'ai besoin des credentials cPanel o2switch pour continuer. Sont-ils dans secrets/prod.env ?