Questions tagged [certbot]

297 questions
-1
votes
1 answer

How to enable default Nginx object caching to all sites at once?

Say I have 20 sites and I wish to automate the process of pasting 1X1 nginx.conf caching directives and 1X20 caching directives per 20 different virtual hosts I have? Also, my virtual hosts have already been modified by Certbot and became a bit…
user9303970
  • 49
  • 14
-1
votes
3 answers

How to install cert-bot/letsencypt on Ubuntu?

Ubuntu 17. I've tried this: sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-nginx # doesn't exist The error: Reading package lists... Done Building dependency tree Reading state…
Wamaadi
  • 11
  • 1
  • 2
-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
  • 1
  • 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…
-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
  • 30,211
  • 62
  • 184
  • 246
-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
  • 1
  • 1
-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
  • 206
  • 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.
-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
1 2 3
19
20