Renovar certificado Cerbot (letsencrypt)

Para renovar certificados en mi caso validados mediante DNS solo ejecutare el comando:

sudo certbot certonly

Para que me renueve todos lo dominios disponibles

El resultado es el siguiente.

IMPORTANT NOTES:

  • Congratulations! Your certificate and chain have been saved at:
    /etc/letsencrypt/live/dominio.com/fullchain.pem
    Your key file has been saved at:
    /etc/letsencrypt/live/dominio.com/privkey.pem
    Your cert will expire on 2020-04-28. To obtain a new or tweaked
    version of this certificate in the future, simply run certbot
    again. To non-interactively renew all of your certificates, run
    “certbot renew”
  • If you like Certbot, please consider supporting our work by:

Solo tuve que actualizar el archivo Nginx, no recuerdo pero nenia chain.pem y lo cambie por fullchain.pem

Para un dominio en especial

certbot certonly -n -d example.com -d www.example.com

Documentación: https://certbot.eff.org/docs/using.html#id31

Leave a Reply

Your email address will not be published. Required fields are marked *