wiki:web_server:certbot
This is an old revision of the document!
Table of Contents
Certificat Let's Encrypt avec CERTBOT
Certbot est un client automatisé pour le protocole ACME (Automatic Certificate Management Environment) développé par l'Electronic Frontier Foundation (EFF). Son objectif principal est de permettre aux administrateurs de sites web d'obtenir, d'installer et de renouveler facilement des certificats SSL/TLS gratuits de Let's Encrypt.
Installation de CERTBOT
Installation pour une machine debian avec SNAPD, se référer à la documentation officiel. Doc Officiel
Installation de snapd pour installer le snap CERTBOT
sudo apt update sudo apt install snapd
sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot
Uniquement obtenir le certificat
Pour Apache2
sudo certbot certonly --apache
Pour NGINX
sudo certbot certonly --nginx
wiki/web_server/certbot.1720035453.txt.gz · Last modified: 2024/08/21 14:20 (external edit)