Questions tagged [certbot]
328 questions
-1
votes
1 answer
How to make a fullchain.pem with certbot ?
i've used this command with certbot :
certbot --agree-tos --email buo@outlook.com certonly --webroot -w /code/ree/Cert/ -d ree.com -d www.ree.com
so i have 3 folders : accounts csr keys
with various file and 2 pem file in scr…

Bussiere
- 181
- 2
- 8
-1
votes
1 answer
SSL certificates are automatically redirecting subdomains to the top level
I need a certificate for each one of my subdomains on my server. I have two subdomains and a top level (I don't need one for the top level). The subdomains I need an SSL certificate are
pma (remote administration)
beta (private beta access to the…

carefulnow1
- 109
- 4
-1
votes
1 answer
Apache VirtualHost Hell - fails to redirect sometimes, throws odd SSL error other times: What am I doing wrong?
I'm trying to configure my website to redirect all traffic to the www subdomain, and redirect all http requests to https requests. I know it's not a problem with by DNS records (which include an A record for www and cloud) because my configuration…
user395687
-1
votes
2 answers
Certbot-auto can't renew because letsencrypt domain is 'duplicated'?
I have an Ubuntu 14.04 Trust server, with a Django app served with Apache 2.4. I have set up Let's Encrypt with a SSL Cert. The cert is installed, but will expire in 17 days. /root/certbot-auto renew --apache gives the following error, and the cert…

Amandasaurus
- 31,471
- 65
- 192
- 253
-1
votes
0 answers
postfix on local webserver to forward notification mails to customer emails adresses
I have running a web application on a hosted web server. The web application needs to send out emails to different client email adresses.
The flow would be :
Local WebApplication -> Local Postfix SMTP Server(Port 25) -> Forward Email to Any Remote…

Sven Kirsten
- 99
-1
votes
2 answers
underscore in certbot's TXT record
Certbot is a free and open-source utility mainly used for managing SSL/TLS certificates from the Let’s Encrypt certificate authority. When using Certbot to obtain a certificate through the DNS-01 challenge, Certbot will provide you with instructions…
-1
votes
1 answer
Certbot standalone fails with error: Some challenges have failed
The website runs on Web-hosting server beget.com
I am using Ubuntu 20 If that information is useful.
I am trying to get SSL-certificate with certbot by standalone on my domain dmitrysemenyuk.com
As I understand I get error 404, but I do not…

rockzxm
- 101
- 1
- 1
- 2
-1
votes
2 answers
Debian server unable to run Certbot
root@vps434142:~# certbot
Traceback (most recent call last):
File "/usr/bin/certbot", line 6, in
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3017, in…

user1635700
- 226
- 2
- 4
-1
votes
1 answer
get SSL certificate for mail server, while already having it for domain
I have already achieved an SSL certificate for my domain by certbot. the configuration is:
ServerAdmin admin@xxx.com
DocumentRoot "/root"
ServerName xxx.com
ServerAlias www.xxx.com
ErrorLog "/var/log/httpd/xxx.error_log"
CustomLog…

SAndroid
- 21
- 1
- 6
-1
votes
1 answer
Adding Cron in Linux to execute specific command after a month
Using CentOS 8 I want to add a cron which shall execute below command after every month
sudo certbot renew --non-interactive
Can someone please assist how actually I can do it using Linux shell.
-1
votes
1 answer
Nginx reverse proxy error - too many redirects
I have set up an Nginx reverse proxy but I am getting an error. I don't know why this is happening, something is wrong with my configuration file.
This page isn't working - redirected you too many times. ERR_TOO_MANY_REDIRECTS
Here is my conf file…

Liga
- 135
- 2
- 12
-2
votes
1 answer
Let's Encrypt Certbot DNS 01 Challenge
I'm hosting my own webserver and currently don't use port 80 because my ISP has blocked it. But I found out that my ISP doesn't actually block port 443, so I attempted to use Certbot on my domain with a txt record (DNS 01 Challenge I believe it is…

Erik
- 101
- 3
-2
votes
1 answer
how to uninstall certbot in CentOS
LetsEncrypt's certbot is not supported on CentOS. However, after installing this, the VPS kept warning me
The filesystem “/var/lib/snapd/snap/certbot/1434” mounted at “/var/lib/snapd/snap/certbot/1434” reached “critical” status because you…

Shark Deng
- 97
- 1
- 4