User Tools

Site Tools


informatica:letsencrypt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:letsencrypt [2020/02/19 13:10] joseinformatica:letsencrypt [2022/05/06 08:41] (current) jose
Line 46: Line 46:
 https://community.letsencrypt.org/t/how-to-automatically-renew-certificates/4393/15 https://community.letsencrypt.org/t/how-to-automatically-renew-certificates/4393/15
  
 +===== Comprobación =====
 +https://crt.sh/?q=%25.telebit.site
  
 +
 +====== Instalación en Docker ======
 +Entramos en el docker con nginx:
 +  docker exec -ti nginx bash
 +Instalamos bot lets encrypt:
 +  apt-get install certbot python-certbot-nginx
 +Configuramos lets encrypt:
 +  certbot --nginx
 +  
 +Nos saldrá una lista con todos los dominios, seleccionamos el nuestro. Nos dirá si lo queremos redirigir a https, mejor que si (opción 2)
 +  1: No redirect - Make no further changes to the webserver configuration.
 +  
 +  2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for
 +  new sites, or if you're confident your site works on HTTPS. You can undo this
 +  change by editing your web server's configuration.
 +  
informatica/letsencrypt.txt · Last modified: 2022/05/06 08:41 by jose