Questions tagged [certbot]
The certbot tag has no usage guidance.
221
questions
1
vote
2answers
25 views
Renew Let's encrypt certificate automatically without stopping nginx hosted on docker
I am using nginx as proxy and SSL termination for the site hosted on docker. App & nginx both are on docker. I have installed Let's encrypt SSL using Certbot directly on Ubuntu server. And now ...
-1
votes
1answer
36 views
Debian server unable to run Certbot
[email protected]:~# certbot
Traceback (most recent call last):
File "/usr/bin/certbot", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/...
2
votes
1answer
56 views
On CentOS Certbot / Lets Encrypt uses snap to keep SSL certificates up to date. Is there another method that will keep certificates up to date?
Environment: Centos 8, Certbot, Lets Encrypt
On CentOS distributions certbot / Lets Encrypt uses snap to keep SSL certificates up to date. Below are the instructions.
certbot instructions: Nginx on ...
2
votes
1answer
43 views
certbot on site tunneled to internal network HTTP site
I have a cloud server running Ubuntu 20.04, a configured domain to the cloud server, and a server in my local network serving an HTTP website. I have successfully tunneled my local network server HTTP ...
0
votes
0answers
85 views
Cron running Cerbot every minute
I have a peculiar problem. For some reason as the clock struck midnight on February 1st, cron is now running certbot every minute trying to renew a certificate.
When running sudo crontab -l I get the ...
0
votes
0answers
9 views
Is it possible to run a script on failed certbot renewal?
I'm trying to set up a warning when certbot renewal fails, and I would like to know which certificates have any issues.
Is it possible?
--deploy-hook won't run when renewal failed, and --pre-hook in ...
0
votes
0answers
42 views
Proxmox | /etc/default/pveproxy file
I have a small problem. I was trying to disable access to the proxmox web panel for the ip address and enable it for my domain. As I saw on the proxmox website (https://pve.proxmox.com/pve-docs/...
0
votes
0answers
16 views
Send command to another machine in a secure credential way
I have a question to ask you: I am creating a script to use with certbot for the renewal of certificates via DNS, everything works correctly on the same machine where BIND is also running (this ...
0
votes
0answers
70 views
No valid IP addresses found for subdomain with certbot
I am currently trying to set up an email server, and recently stumbled over getting a SSL certificate from Let's Encrypt in this question and realizing it isn't necessary if I don't have a web server, ...
1
vote
1answer
35 views
SSL configuration - Lightsail
Having trouble getting SSL working on Amazon Lightsail using let's encrypt (certbot --apache)
Lightsail image Centos7
Added Apache2
note: (example.com, subdomain.example.com are not my domains, I'm ...
1
vote
0answers
56 views
Nginx stopped and failed to restart - open() “/run/nginx.pid” failed
I am running my django apis, deployed on Ubuntu 18, on Nginx and running via Supervisor.
I am using Certbot for SSL certs and this is the only web service running on this webserver. No other websites ...
1
vote
2answers
41 views
How does Apache choose which certificate to use?
Currently Apache is hosting several sub domains with host certificates generated with certbot and a http challenge.
Now I want to setup a default virtual ssl host to redirect non-existing subdomains ...
1
vote
1answer
54 views
How to use certbot-generated .pem files with nginx?
mostly out of curiosity I want to try out nginx for a change. On my production server I have set up an SSL certificate for Apache like this:
SSLCertificateFile /etc/letsencrypt/live/example.de/...
2
votes
1answer
114 views
Why OCSP stapling on NGINX for “buypass” DV certs fails without explicit root declaration?
tl;dr
For buypass DV certs fetched by certbot I need to explicitly tell NGINX to trust buypass root cert to enable OCSP stapling. This is not the case for Let's Encrypt certificates and I cannot ...
0
votes
1answer
46 views
Installing SSL with Certbot on RTMP enabled Nginx Server in Ubuntu
I have a Ubuntu 18.04 OS. I installed rtmp-module for nginx v18.01 and send streams on it. I can access to server with IP and domain name. Indeed I need SSL on this server. But when I install SSL with ...