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.
54 questions
0
votes
2
answers
82
views
Setting up Apache with Certbot/Let’s Encrypt but keep it offline until fully configured
I am setting up an Apache web server and running into a chicken-and-egg problem: I don’t want to expose the system to the Internet until it is fully configured (which includes certain security ...
0
votes
2
answers
80
views
My website SSL is insecure for some but not me?
I see my webpage as secure in my browser but other people don't see it that way?
I'm using certbot on a LAMP stack on Ubuntu 20.04
csyyc.ca
Yeah… someone downvoted my answer, pretty sure the reason i ...
0
votes
1
answer
267
views
How to certbot renew without stopping webserver?
Good day,
I'm having a problem renewing a domain with certbot. This is the error I'm getting:
root@mywebserver:~# certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - -...
0
votes
1
answer
85
views
Why is apache ignoring my certbot cert and sending the domain request to a different cert?
I believe the two issues I'm having are related, but don't know where to begin. The first issue is that when a specific domain that resolves to my server is requested, its conf file in sites-enabled ...
0
votes
1
answer
221
views
About Let’s Encrypt's certification renew and nginx
I'm doing the Let’s Encrypt for the firs time and this 101 question might quite possibly have been answered somewhere, but anyway, from https://eff-certbot.readthedocs.io/en/latest/using.html#setting-...
0
votes
1
answer
566
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: /...
0
votes
1
answer
231
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 ...
0
votes
0
answers
53
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 /...
0
votes
0
answers
424
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 ...
11
votes
1
answer
8k
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 ...
0
votes
0
answers
247
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....
0
votes
0
answers
62
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 ...
-1
votes
1
answer
2k
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 ...
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 ...
2
votes
0
answers
9k
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 ...