Ceci est une ancienne révision du document !
Tentative d'installation d'un reverse nginx avec let's encrypt sur un rpi2 :
sudo apt install -y nginx sudo nano /etc/nginx/conf.d/proxy.conf cd /opt sudo apt install -y git-core sudo git clone https://github.com/letsencrypt/letsencrypt cd letsencrypt/ sudo service nginx stop sudo ./letsencrypt-auto certonly -d votrenomde.domaine --rsa-key-size 4096 How would you like to authenticate with the ACME CA? ------------------------------------------------------------------------------- 1: Spin up a temporary webserver (standalone) 2: Place files in webroot directory (webroot) Choix 1 sudo mv /etc/nginx/sites-enabled/default /etc/nginx/sites-enabled/ori.default sudo nano /etc/nginx/sites-enabled/default sudo nginx -t sudo openssl dhparam -out /etc/ssl/private/dhparams.pem 4096