Questions tagged [certbot]

Certbot is the official client used to issue Let's Encrypt SSL certificates. This tag is for the certbot client itself. For questions regarding SSL in general, use the [ssl] tag.

Use the tag for all Certbot related questions. Questions should be about the certbot CLI itself, and not questions related to installing certificates generated by certbot. Certbot documentation can be found here.

795 questions
0
votes
1 answer

Custom TeamSpeak IP no longer working after adding SSL

I am currently using CloudFlare and recently added an SSL certificate to my script. Before hand, I added an A record (proxied with CloudFlare) that pointed to my TS IP. It worked like this: ts.domain.net:PORT However, after I added the SSL cert, it…
Pistachios
  • 67
  • 1
  • 1
  • 6
0
votes
1 answer

Change nginx conf file managed by Puppet

Im trying to setup SSL with certbot on a multi-site Worpress environment thats managed by Ansible. I looked into the nginx folder and seems like theres a custom nginx config file thats being managed by Puppet. What is the proper way for me to add…
user3312508
  • 907
  • 4
  • 10
  • 25
0
votes
1 answer

What is the easiest/most correct way to set up letsencrypt programmatically?

I'm new to this domain, so I'm a little perplexed by the alternatives and differentiating between them. I have a docker image. When the image is run, a shell script (startup.sh) is run. Variables can be passed in at docker run time. I'd like for…
Alex Lenail
  • 12,992
  • 10
  • 47
  • 79
0
votes
1 answer

Letsencrypt Certbot error

I'm trying to generate a certificate on a Digital Ocean droplet running Ubuntu 12.04 following this guide: https://certbot.eff.org/#ubuntuother-other I see the following error: ./certbot-auto certonly ... Creating virtual environment...…
Greg T
  • 3,278
  • 3
  • 37
  • 39
0
votes
1 answer

Redirecting amazon ec2 nodejs instance to HTTPS

I'm running a node/express app on an amazon ec2 instance, no load-balancer, free tier. I'm trying to redirect everything to HTTPS. Everything I've done up until now was through the EB CLI (eb deploy, eb ssh, and so on). I got a free certificate from…
Radu B
  • 47
  • 9
0
votes
1 answer

Certbot/LetsEncrypt privacy error

I've installe a SSL on my server to protect my domain, now the thing that's happening is that I get this error in Chrome etc: Attackers might be trying to steal your information from example.com (for example, passwords, messages, or credit cards).…
peer
  • 1,001
  • 4
  • 13
  • 29
-1
votes
1 answer

Google Cloud DNS with Certbot (Wildcard) Giving Permission Issues

I am trying to issue certificates including a wildcard using Certbot. The instructions for google-dns are clear, but I am stuck on the permissions and getting the following permission issue. Encountered 403 Forbidden with reason…
-1
votes
1 answer

Certbot error: No matching distribution found for apache

After running this command: $ sudo /opt/certbot/bin/certbot renew ERROR: Could not find a version that satisfies the requirement apache (from versions: none) ERROR: No matching distribution found for apache Have installed Certbot as…
-1
votes
1 answer

unable to install latest certbot on Linux

Below is my Linux version root@DKERP:~# uname -a Linux DKERP 5.4.0-96-generic #109-Ubuntu SMP Wed Jan 12 16:49:16 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux I tried the below commands as root user inorder to install the latest certbot. 246 sudo…
Ashar
  • 2,942
  • 10
  • 58
  • 122
-1
votes
1 answer

auto renew ssl certificat with certbot

I have some private services behind VPN(wireguard). I generate certificate for them with certbot and dns chalange.but I have to renew them every three month. how can I automate this?
heydar dasoomi
  • 527
  • 1
  • 4
  • 19
-1
votes
1 answer

EC2 Nginx lets encrypt setup, https is not working

I have setup nodejs REST api server in EC2 instance. In my goDaddy console, I have mapped ip address of my ec2 instance to my domain. Now it's accessible via http. This the link to my api. I have configured nginx server and installed certificate for…
Bopsi
  • 2,090
  • 5
  • 36
  • 58
-1
votes
1 answer

AWS not letting me ssh into instance and cannot connect to my website due to timeout error

1 hour ago I could connect to my website, stringapi.net, but now, it is taking too long to respond and I also cannot ssh into my instance as that is also not loading (I assume also timeout error). Does anybody have any suggestions? I just setup…
-1
votes
1 answer

Certbot ignores webroot folder

Running this command from root, certbot certonly --webroot -w /home/myuser/myfolder/public/ -d subdomain.my.site Certbot doesn't care about this folder and proceeds to put certificates somewhere else: Saving debug log to…
r32
  • 15
  • 4
-1
votes
1 answer

non www to www apache2 Letscrypt certbot

I want to redirect my non-www to www . SSL working fine and both url working fine with ssl. https://example.com https://www.example.com both working but I want to redirect https://example.com to https://www.example.com I am working with lamp-server…
Devid John
  • 23
  • 7
-1
votes
1 answer

HTTPS Site not showing in browser, no exceptions for google-compute engine, django, nginx, gunicorn, lets encrypt, google domains

I am relatively new to google compute engine and to gunicorn and nginx with django. The problem is that I'm not getting any exceptions but my site doesn't host. I have used django, gunicorn, nginx, certbot/letsencrypt, google domains. The site…
1 2 3
52
53