Installer et utiliser Let’s Encrypt pour créer des certificats SSL pour le Web et Apache 2
Installer Certbot apt -y install certbot Générer un certificat sur le domaine certbot certonly –webroot -w /var/www/html -d domain.tld Créer ou modifier l’hôte virtuel apache (vhost) <VirtualHost *:80> ServerName domain.tld ServerAlias www.domain.tld ...