Skip to main content

Questions tagged [certbot]

The tag has no usage guidance.

0 votes
1 answer
2k views

Renewing Certbot Let's Encrypt WILDCARD Certificates in Cron

I've been searching for a good solution to renew WILDCARD certificates from Let's Encrypt. It's easy to set up a wildcard certificate: Apache Debian 9 Stretch: sudo apt-get install certbot python-...
Maciek's user avatar
  • 121
0 votes
1 answer
639 views

Let's Encrypt + certbot - no /etc/letsencrypt/live dir

I tried to install certificates for three domains on Apache running under Linux 2 at Amazon AWS. One of the domains failed. Got this message: Performing the following challenges: http-01 challenge ...
user1147171's user avatar
0 votes
0 answers
886 views

Certbot on nginx not creating .well-known directory on website

When trying to install a certificate on an nginx server using sudo certbot certonly --webroot -w [my web root] -d [mywebsite] I get this error: Domain: [mywebsite] Type: unauthorized ...
Binary Breaker_1's user avatar
0 votes
1 answer
2k views

Configuring Certbot for my website: "Network is unreachable"

I am trying to add SSL certificate on my website, I use for this Cerbot from this guide. And when I am typing this command sudo certbot --nginx I see this error: root@vps685363:~# sudo certbot --...
M7six's user avatar
  • 1
0 votes
1 answer
2k views

certbot dns-cloudflare renewal issue

I am renewing my letsencrypt certificate using certbot with dns-cloudflare authenticator. When I original set things up, I used this command: $ certbot certonly --dns-cloudflare --dns-cloudflare-...
Morten's user avatar
  • 21
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
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
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
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
0 votes
0 answers
131 views

Certbot DNS Bind Address?

Is there a way to execute certbot such that the outgoing IP will be one of a set of interfaces on the machine instead of the default interface? One of the messages certbot gives when using: certbot ...
CoryG's user avatar
  • 314
1 vote
1 answer
598 views

certbot certonly dynu (dynamic dns) timeout during connect even though the URL is accessible

I see other questions with the same error but their answers/resolutions do not work or apply to me. My setup: I have a server at home behind a router There is no firewall on the server and it is ...
IMTheNachoMan'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
0 votes
0 answers
662 views

Certbot Apache Augeas installation error

I have a Centos7 server with apache 2 and certbot installed. I ran an update that may have broken the configuration. I keep getting an error when trying to renew my cert. It says: Saving debug ...
user1868414's user avatar
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

15 30 50 per page