Questions tagged [certbot]

Certbot is the official client used to issue Let's Encrypt SSL certificates. This tag is for the certbot client itself. For questions regarding SSL in general, use the [ssl] tag.

Use the tag for all Certbot related questions. Questions should be about the certbot CLI itself, and not questions related to installing certificates generated by certbot. Certbot documentation can be found here.

795 questions
5
votes
2 answers

How to enable HTTPS with certobot/letsencrypt on Amazon Linux 2 with nginx

Install certbot/letsencrypt on Amazon Linux 2 and enable HTTPS on nginx (similar process available for apache)
Majico
  • 475
  • 1
  • 6
  • 20
5
votes
1 answer

Https Certbot Certificate is renewed, but connection not secure till you restart nginx

My domain was showing as not secure on google chrome. I logged as root to my server ran this command: certbot certificates It produced this output: The certbot cerificate was valid. Found the following certificates: Certificate Name:…
Krithika
  • 115
  • 1
  • 10
5
votes
2 answers

Certbot failed to authenticate some domains

This is my first time building a server and hosting it to AWS EC2. When running the command sudo certbot certonly --standalone or sudo certbot certonly --webroot I recieved this error below Certbot failed to authenticate some domains…
BeanieGod
  • 61
  • 1
  • 1
  • 2
5
votes
1 answer

Copy letsencrypt files to docker container

Im not an expert with docker, I am just getting used to it. I want to copy ssl certificates, which are generated on the host machine to my docker container. I read that it should be able to do with volumes argument in the docker-compose file but…
nixn
  • 1,337
  • 3
  • 16
  • 33
5
votes
0 answers

certbot certificate request - connection refused

I get an error by certbot, that the connection has been refused while trying to create a certificate. I checked the DNS entry and it has the correct server IP. When I try to call up the domain, the browser also shows a connection refused. At least…
retronexus
  • 75
  • 6
5
votes
1 answer

Service 'certbot' failed to build: manifest for phusion/baseimage:latest not found: manifest unknown: manifest unknown

Thank you for reading ! When I did docker-compose upon laradock, I finally got an error like title. Does anyone know the correct solution in this case? Originally, I had that laradock, but I accidentally docker-composer down and tried building…
takuma bo
  • 194
  • 2
  • 10
5
votes
1 answer

Nginx allow traffic from any domain

I'm using nginx for the proxy server. My application has a feature where user can use their own domain instead of my domain. For that, they need to point their CNAME to my domain. This is my Nginx configuration server { server_name …
Anuj TBE
  • 9,198
  • 27
  • 136
  • 285
5
votes
1 answer

Certbot, specify redirection without answering question

So I'm trying to automate certbot a bit in a script. When I run this sudo certbot --nginx -d your_domain -d www.your_domain I get the following: Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP…
Sebastian Karlsson
  • 715
  • 1
  • 8
  • 19
5
votes
2 answers

Traefik: "No ACME certificate generation required for domains" in the logs while using the default cert

I'm struggling with Let's Encrypt setup for my Docker Swarm. Traefik is started this way in my stack's compose file: image: traefik:v2.2 ports: - 80:80 - 443:443 - 8080:8080 command: - --api -…
Jean Claveau
  • 1,101
  • 1
  • 13
  • 15
5
votes
4 answers

Django & Certbot - unauthorized, Invalid response (HTTPS)

I'm trying to configure Certbot (Letsencrypt) with Nginx. I get this error : - The following errors were reported by the server: Domain: koomancomputing.com Type: unauthorized Detail: Invalid response from …
B. Okba
  • 1,021
  • 12
  • 16
5
votes
2 answers

Certbot HTTP-01 challenge fails

This might be a simple error but I can't seem to use certbot to verify my domain. I am using nginx that is connected to an express application. I have commented out the configurations from the default nginx file and it only includes the…
Abrar Hossain
  • 2,594
  • 8
  • 29
  • 54
5
votes
4 answers

Certbot: No valid ip addresses found / Invalid response found (From Google Cloud)

I got this cmd: sudo certbot --apache -d pushupteam.dev -d www.pushupteam.dev and this is. what I got : Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator apache, Installer apache Obtaining a new…
5
votes
2 answers

How to fix ImportError: No module named cryptography?

I want to auto renew certificate via certbot, but not working, got error "ImportError: No module named cryptography" # ./certbot-auto --dry-run Error: couldn't get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt: Traceback…
Eric
  • 303
  • 1
  • 8
  • 19
5
votes
1 answer

Is there a certbot command to display account details?

Is there a way to display the certbot account details (e.g. account ID, registered email, etc.) I'm aware I can update the registration (including email) with certbot register --update-registration --email ; and that the account ID can be…
5
votes
3 answers

Install Let's encrypt/Certbot on Debian9 with Nginx

I tried to follow this document, but I have this result: root@debian:~# apt-get install python-certbot-nginx -t stretch-backports Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not…
Baraque Obahamas
  • 73
  • 1
  • 2
  • 17