Certificat SSL

sudo apt update
sudo apt install -y certbot
# Run this if you use Nginx
sudo apt install -y python3-certbot-nginx
# Run this if you use Apache
sudo apt install -y python3-certbot-apache

DNS challenge

DNS challenge requires you to create a new TXT DNS record to verify domain ownership

certbot -d example.com --manual --preferred-challenges dns certonly

Dernière mise à jour

Cet article vous a-t-il été utile ?