Skip to main content

Questions tagged [certbot]

The tag has no usage guidance.

17 votes
1 answer
19k views

How to add a domain to existing certificate generated by Let’s Encrypt/Certbot?

This question is a continuation of essentially the same question that was closed for being "off-topic" on Stack Overflow. The OP's question: I am just simply trying to add the domain test.example....
Mike Godin's user avatar
10 votes
2 answers
23k views

What is the purpose of chain.pem files?

A general question about chaim.pem files; I used a csr obtained from my host, and used the Certbot from LetsEncrypt to generate a https cert; I used the following command $ certbot certonly --manual -...
joedotnot's user avatar
  • 471
8 votes
2 answers
5k views

certbot: error: unrecognized arguments: --dns-digitalocean-credentials

Trying to execute this command sudo certbot certonly --dns-digitalocean --dns-digitalocean-credentials ~/.secrets/digitalocean.ini -d "*.example.com" --preferred-challenges dns --server https://acme-...
Anatolii Kovalchuk's user avatar
6 votes
3 answers
13k views

How do I renew ALL certificates with certbot?

I don't want to only renew the certificates which are going to expire soon. (Whatever soon means). I want to renew all of them to make sure they will be on the same timing in the future. I cannot find ...
Corporal Touchy's user avatar
5 votes
2 answers
2k views

certbot-auto ImportError: No module named _ssl

Running certbot-auto gives this output: Error: couldn't get currently installed version for ... File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/...
Cam's user avatar
  • 271
5 votes
1 answer
5k views

How to mount Certificates from CertBot to use inside Docker Container

The official certbot ( https://certbot.eff.org ) tool to issue and renew certificates from Let's Encrypt saves the currently valid certificate to ${prefix}/archive/${domain}/certN.pem, where N is an ...
NoMad's user avatar
  • 782
3 votes
1 answer
417 views

certbot-auto fails to install automatic renewal?

I am using kernel 3.10 on CentOS 7. I have successfully installed CertBot 1.10.1 using alternative installation instructions as certbot-auto. Running certbot-auto successfully generated certificates ...
Alex's user avatar
  • 192
2 votes
2 answers
15k views

How to remove Certbot completely ubuntu 20.04

I ran this command sudo dpkg -l *certbot* and I got this certbot and the version number listed in the terminal: Next I ran this 2 commands sudo apt-get remove certbot and sudo apt autoremove and I ...
Nat's user avatar
  • 121
1 vote
3 answers
12k views

letsencrypt/certbot systemd timer/service not working on Ubuntu 18.04

I installed certbot for nginx and the autorenew script set itself up automatically, but this is the email I receive, whenever it runs: /home/foobar/certbot-renew.sh: 1: /home/foobar/certbot-renew.sh: ...
moritzjacobs's user avatar
1 vote
2 answers
10k views

Install a LetsEncrypt certificate with no DNS access

A client of mine has a domain, and pointed the A record of his domain to my machine, so I can develop a site. Usually, when I have the control of the DNS it's pretty easy to get the LetsEncrypt ...
Paulo Madroñero's user avatar
1 vote
1 answer
3k views

How to renew LetsEncrypt SSL wildcard?

I have to renew my SSL certificate, but I want to use a wildcard certificate instead of my current simple SSL using LetsEncrypt also. I usually use this command below, but it doesn't work to update my ...
Rafael Corrêa Gomes's user avatar
1 vote
1 answer
1k views

Running Separate Docker Applications on Different Ports, one as Subdomain

I've rebuilt my personal website as a Dockerized chain as well as a colleagues' web app. Both projects are built using containers are displaying on two separate ports, one on port 80 and one on port ...
Judson James's user avatar
1 vote
1 answer
1k views

Letsencrypt Timeout reasons

I am having problems when renewing my letsencrypt certificate. I am using nginx and certbot for renewal. Output is the following: Attempting to renew cert from /etc/letsencrypt/renewal/example.com....
user2089648's user avatar
1 vote
1 answer
147 views

What comes first - Certbot or nginx?

I am trying to set up nginx to act as a reverse proxy on a small personal server; however, I am encountering some circular logic when I ask certbot to generate SSL certificates. From what I can tell, ...
henley's user avatar
  • 21
1 vote
1 answer
3k views

Connection refused when generating a Let's Encrypt certificate for a subdomain

I'm trying to add a subdomain to my Let's Encrypt certificate but it's giving Connection refused. The command I ran was sudo certbot --expand -d sub.domain.com Certbot failed to authenticate some ...
kryz's user avatar
  • 33

15 30 50 per page