Skip to main content

Questions tagged [certbot]

certbot is a python command-line client to get X.509 certificates from the Let’s Encrypt authority in order to allow a web server using https to be accepted by most browsers.

0 votes
0 answers
18 views

Certbot redirection to HTTPS works only for one host

After installing SSL certificates using Certbot and nginx (Ubuntu 22.10) my config file is this: server { server_name www.example.com example.com; index index.php index.html index.htm ...
Mark's user avatar
  • 733
0 votes
1 answer
59 views

How can I grant read permission for HTTPS certificates?

I'm enabling Gitea HTTPS access. On my server I got certificates using Certbot. The certificates are installed into: Certificate Path: /etc/letsencrypt/live/mydomain/fullchain.pem Private Key Path: /...
Mark's user avatar
  • 733
0 votes
1 answer
33 views

NGINX HTTPS not redirecting properly

I followed Cerbot's instructions to get a HTTPS certificate for NGINX in my Debian server for a domain, but the HTTPS is not redirecting properly. I got the following in etc/nginx/conf.d/app.conf from ...
Kevin's user avatar
  • 139
0 votes
0 answers
21 views

elasticsearch cannot read certificate file - linux file permissions

I generated a certificate file with certbot. It is placed in /etc/letsencrypt/.... I created a group called elk where I added the elasticsearch user, and I recursively set it as the owning group for /...
Vivere's user avatar
  • 203
0 votes
0 answers
182 views

certbot letsencrypt certificate installation failed

I have a small test server at home and I registered with letsencrypt to get a valid certificate. Certificate expired and wasn't automatically renewed (no harm done, this is strictly for testing ...
ZioByte's user avatar
  • 880
11 votes
1 answer
6k views

How to install certbot via snap on Amazon Linux 2023

I am following this guide on how to Configure SSL/TLS on Amazon Linux 2023. It recommends to obtain a CA-signed certificate using Certbot. And to get Certbot, it's recommended to install Snap. I have ...
Razkar's user avatar
  • 211
0 votes
0 answers
147 views

Newly created SSL certificate will not update

I have a self-hosted website and recently my SSL certificate expired. Tried creating a new one with the command sudo certbot certonly -d 'example.com,*.example.com' --manual --preferred-challenges dns....
leevii's user avatar
  • 1
0 votes
0 answers
53 views

why does certbot still can generate my certs after wipe?

i tested some things in docker and f*d up, also removed all containers and volumes including the certbot ones. so why is certbot still able to give me my certificates back? is it because they are ...
sam's user avatar
  • 1
-1 votes
1 answer
1k views

how to setup webroot for new ubuntu server

I am setting up a new server and installing certbot on ubuntu 20. I am confused with sudo certbot certonly --webroot command of certbot. While running the command, it asks me input the webroot for ...
Krunal's user avatar
  • 101
1 vote
2 answers
2k views

Zimbra certbot LetsEncrypt - verification failure - expecting an RSA key

Zimbra Certbot LetsEncrypt I have installed a LetsEncrypt SSL certificate on a separate server for a different domain without problems. I followed the same procedures that I used on that server for a ...
ADEmail's user avatar
  • 11
2 votes
0 answers
8k views

How can I solve error of "Fail to fetch" resulting of apt-get update on Debian 8

I've got a issue that stuck me on Debian 8 Jessie when I try to upgrade to Debian 11 Bullseye Trouble seems come from old version of Letsencrypt certbot that I have uninstall but I still got some ...
Neiak's user avatar
  • 39
1 vote
1 answer
443 views

What's the correct way to setup Certbot for an nginx server with several ports/services under one single domain?

Originally, I had NGINX configured for two services (Radicale and LMS) on two different ports. I did this in /etc/nginx/nginx.conf. Access to MYDOMAIN:8000 and :8009 and 3001 from the internet are ...
bomben's user avatar
  • 509
2 votes
3 answers
24k views

How does certbot bind port? Could not bind TCP port 80 because it is already in use by another process on

I enabled both 80 and 443. sudo certbot certonly --standalone --agree-tos --no-eff-email --staple-ocsp --preferred-challenges http -m **@**.com -d mycomp.com Saving debug log to /var/log/letsencrypt/...
MarkoGM's user avatar
  • 35
2 votes
3 answers
5k views

Can't install Certbot for Apache on CentOS Stream 9 (python3-certbot)

On Centos Stream 9, when I try to install certbot (sudo yum install certbot) into the server it returns: Error: Problem: package certbot-1.22.0-1.el8.noarch requires python3-certbot = 1.22.0-1.el8, ...
Flashlight's user avatar
0 votes
0 answers
2k views

answer interactive prompt from docker container ran in script (certbot)

So I tried searching far and wide and I can't seem to get what I'm trying to do to work. Essentially I have a script that runs a certbot docker container with the digital ocean plugin. I can run the ...
Arthur's user avatar
  • 1

15 30 50 per page