Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

382
Views
Certbot: actualice el software de su cliente para continuar usando Let's Encrypt: actualice ACME v1 a v2 en Ubuntu 14.04

Recibí un correo electrónico de noreply@letsencrypt.org con el asunto "Actualice su software de cliente para continuar usando Let's Encrypt"

Estoy usando Ubuntu 14.04.05 LTS en los servidores donde alojo mis sitios https, Certbot es 0.22.2+1+ubuntu

Esa es la última versión en mis repositorios.

Intenté renovar un dominio forzándome a usar el servidor ACME v2, siguiendo esta documentación https://certbot.eff.org/docs/using.html?highlight=acmev2#cambiando-el-servidor-acme agregando "-- server https://acme-v02.api.letsencrypt.org/directory " al comando de renovación pero no funcionó.

Ahora estoy atascado y solicito ayuda.

Gracias por leer y por tu ayuda.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Actualizar:

Solución 1:

Puedes probar estos 5 pasos. A ver si esto funciona:

 sudo apt update sudo apt install --only-upgrade certbot sudo certbot update_account certbot renew --dry-run

Me enteré de ellos por Digital Ocean Community: https://www.digitalocean.com/community/questions/let-s-encrypt-acmev1-protocol-you-should-upgrade-to-an-acmev2

Solución 2:

Como ya mencionó ppa:certbot/certbot no tiene la última versión de certbot.

El sitio web oficial de certbot proporciona todas las instrucciones relacionadas con certbot:

https://certbot.eff.org/all-instructions/

Debe seleccionar "Nginx en Ubuntu (otro)", lo que lo llevará a esta página:

https://certbot.eff.org/lets-encrypt/ubuntuother-nginx.html

Esta página le dice que ejecute estas declaraciones:

Paso 1: Instale certbot-auto:

 wget https://dl.eff.org/certbot-auto sudo mv certbot-auto /usr/local/bin/certbot-auto sudo chown root /usr/local/bin/certbot-auto sudo chmod 0755 /usr/local/bin/certbot-auto

Paso 2: configurar nginx:

 sudo /usr/local/bin/certbot-auto --nginx

Este paso le preguntará:

 1: Attempt to reinstall this existing certificate 2: Renew & replace the cert (limit ~5 per 7 days)

Aquí puede ingresar '1'

Luego pregunta:

 Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1: No redirect - Make no further changes to the webserver configuration. 2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for

Puede elegir cualquiera que sean sus requisitos.

Paso 3: configure un trabajo cron para que se renueve automáticamente:

 echo "0 0,12 * * * root python -c 'import random; import time; time.sleep(random.random() * 3600)' && /usr/local/bin/certbot-auto renew" | sudo tee -a /etc/crontab > /dev/null

Descargo de responsabilidad: el método anterior funcionó para mí. YMMV!

Mencione en un comentario si esta solución funcionó para usted o no. También avísame si surge algo mejor. ¡Disfrutar!

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!