Skip to main content

All Questions

Tagged with
1 vote
1 answer
31 views

Can’t renew LE certs behind haproxy after upgrade

My previous setup to maintain Let's Encrypt certificates, which worked, was: WAN -> pfSense -> Ubuntu 18.04 -> haproxy -> certbot v0.27.0 (for renewal) pfSense forwarded all TCP traffic on ...
Craig's user avatar
  • 455
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
1 answer
2k views

How can I fix cron letsencrypt certbot renew on Ubuntu (SSL3_GET_SERVER_CERTIFICATE, certificate verify failed)?

I have an nginx webserver running with letsencrypt certificates, updated through certbot renew. All on Ubuntu 14.04. Since 1st Oct 2021 I keep getting emails from cron that the certificates could not ...
Johannes Overmann's user avatar
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
1 vote
0 answers
602 views

Certbot triggers nginx duplicate listen

I am trying to use Certbot with my nginx application, but every time I run sudo certbot --nginx and select "1: Attempt to reinstall this existing certificate" I get this error: Deploying Certificate ...
Simon Berens's user avatar
0 votes
1 answer
3k views

Let's Encrypt SSL Certificate Auto Renew with Certbot on Amazon Lightsail Server running Ubuntu 16.04.03 LTS

I'm trying to set up SSL Certificate auto renewal on my boss's Amazon LightSail server. It was previously set up by a past contractor who isn't being a lot of help. I am very unfamiliar with Let's ...
P_Locked's user avatar
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
0 votes
1 answer
473 views

Failure installing `linux-cloud-tools-common` on Ubuntu 14.04

I'm trying to set up Certbot on an Ubuntu machine but getting the following error when trying to run apt-get install software-properties-common: Setting up linux-cloud-tools-common (3.13.0-46.77) ... ...
bannus's user avatar
  • 101