Configurer un certificat SSL avec Certbot (VPS)
8 vues · Mis à jour le 20/05/2026
Certbot SSL
Installation
apt install certbot\n# Pour Nginx:\napt install python3-certbot-nginx\n# Pour Apache:\napt install python3-certbot-apacheObtenir un certificat
# Nginx\ncertbot --nginx -d votredomaine.ca -d www.votredomaine.ca\n\n# Apache\ncertbot --apache -d votredomaine.ca -d www.votredomaine.caRenouvellement automatique
Certbot configure automatiquement un cron/timer pour le renouvellement. Vérifiez:
certbot renew --dry-runWildcard
certbot certonly --manual --preferred-challenges dns -d '*.votredomaine.ca'Nécessite l'ajout d'un enregistrement TXT DNS pour la validation.
Cet article vous a-t-il été utile?
Articles similaires