Documentation du Dr FRAPPE

Ce wiki regroupe les résultats de mes expériences en informatique accumulés au cours de mes recherches sur le net.

Dans la mesure du possible, j'ai cité mes sources ; il en manque certainement… :-)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
tutoriel:internet:nginx:ssl:letsencrypt:start [2021/01/24 13:45] – [SSL pour Nginx : mettre en place un certificat SSL Let's Encrypt] admintutoriel:internet:nginx:ssl:letsencrypt:start [2021/01/24 14:21] – [Première étape : Installation de Certbot] admin
Ligne 22: Ligne 22:
 ====== Première étape : Installation de Certbot ====== ====== Première étape : Installation de Certbot ======
  
 +Certbot est destiné à être exécuté directement sur un serveur web, normalement par un administrateur système.
 Exécutez :<cli>...@...:~ $ sudo apt update Exécutez :<cli>...@...:~ $ sudo apt update
 ...@...:~ $ sudo apt install certbot python-certbot-nginx python-certbot-apache</cli> ...@...:~ $ sudo apt install certbot python-certbot-nginx python-certbot-apache</cli>
Ligne 122: Ligne 123:
  
   * **(fr)** [[https://techarea.fr/certificat-ssl-gratuit-avec-lets-encrypt/|Tuto : certificat SSL gratuit avec Let’s Encrypt]]   * **(fr)** [[https://techarea.fr/certificat-ssl-gratuit-avec-lets-encrypt/|Tuto : certificat SSL gratuit avec Let’s Encrypt]]
 +  * **(en)** [[https://certbot.eff.org/docs/install.html#operating-system-packages|Get Certbot]]
 +  * **(en)** [[https://certbot.eff.org/lets-encrypt/debianbuster-nginx|certbot instructions]]
   * **(en)** [[https://www.digitalocean.com/community/tutorials/how-to-set-up-let-s-encrypt-with-nginx-server-blocks-on-ubuntu-16-04]]   * **(en)** [[https://www.digitalocean.com/community/tutorials/how-to-set-up-let-s-encrypt-with-nginx-server-blocks-on-ubuntu-16-04]]
   * **(en)** [[https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04]]   * **(en)** [[https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04]]