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

185
Views
AWS: su sistema ya no es compatible con certbot-auto

Intentando renovar letsencript en Amazon Linux 2 usando certbot y recibo el siguiente mensaje:

Su sistema ya no es compatible con certbot-auto. No se puede instalar Certbot.

Estoy totalmente perdido y no sé qué hacer. No puedo encontrar ninguna documentación exhaustiva que dé una solución.

over 4 years ago · Santiago Trujillo
6 answers
Answer question

0

Según https://community.letsencrypt.org/t/certbot-1-9-0-release/135414 :

Cambió
certbot-auto quedó obsoleto en todos los sistemas excepto en aquellos basados en Debian o RHEL.

Y desde este sitio web: https://community.letsencrypt.org/t/fail-to-detect-amazon-linux-2-certbot/136140

 The best chance to get Certbot working on Amazon Linux 2 is to install the rpm from EPEL as described here: https://aws.amazon.com/blogs/compute/extending-amazon-linux-2-with-epel-and-lets-encrypt/
over 4 years ago · Santiago Trujillo Report

0

Para Ubuntu 16.04, cliente Let's Encrypt (certbot). Restablezca o configure una nueva instancia de AWS (Linux).

 sudo apt install software-properties-common sudo add-apt-repository ppa:certbot/certbot sudo apt update sudo apt install certbot python3-certbot-nginx

Para comprobar el número de versión, ejecute

 certbot --version

Salida de muestra:

 certbot 0.31.0

El siguiente comando solo funciona cuando el puerto 80 está abierto AWS

 sudo certbot --nginx --agree-tos --redirect --uir --hsts --staple-ocsp --must-staple -d www.example.com,example.com --email you@example.com
over 4 years ago · Santiago Trujillo Report

0

Aquí hay instrucciones sobre cómo instalar certbot en cualquier sistema: https://certbot.eff.org/instructions

Particularmente para Ubuntu 18.04 con el servidor web Nginx, pude instalar certbot usando los siguientes comandos:

 snap install core snap refresh core snap install --classic certbot

Luego puede ejecutar certbot usando el comando certbot

over 4 years ago · Santiago Trujillo Report

0

Lo que funcionó para mí fue seguir esta parte de Extending Amazon Linux 2 con documentos oficiales de EPEL :

 cd /tmp wget -O epel.rpm –nv \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm sudo yum install -y ./epel.rpm sudo yum install python2-certbot-apache.noarch

Después de eso, certbot renew comenzó a funcionar.

over 4 years ago · Santiago Trujillo Report

0

Eliminamos certbot por completo en nuestro Amazon Linux ya que no pudimos instalar Snapd. Estamos usando getssl (otro cliente acme) y se ve bien. getsl en github

over 4 years ago · Santiago Trujillo Report

0

Deberá instalar certbot en lugar de certbot-auto

Los documentos oficiales de certbot recomiendan instalarlo usando snapd pero, lamentablemente, no puede instalarlo en Amazon Linux 2 debido a que faltan algunas dependencias de selinux .

Tienes 2 opciones en este punto

Instálelo usando epel-extras (certbot más fácil pero más antiguo)
  • Eliminar certbot-auto primero
 sudo amazon-linux-extras install epel sudo yum install -y certbot python-certbot-dns-route53
Instálalo usando pip (un poco complicado pero obtienes el último certbot)
  • Quitar certbot-auto
  • Asegúrate de tener python3 y pip instalados
 sudo python3 -m venv /opt/certbot/ sudo /opt/certbot/bin/pip install --upgrade pip sudo /opt/certbot/bin/pip install certbot sudo ln -s /opt/certbot/bin/certbot /usr/bin/certbot sudo /opt/certbot/bin/pip install certbot-dns-route53
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!