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
-1
votes
1 answer

How to install let's encrypt ssl in Goautodial 4 CentOS 7?

I am having trouble in Goautodial 4 server that i installed recently. Bcz the index.php page it shows that ssl certificate is ok and installed, but when i login as user the agent.php page is unsecure. How can I manage that all the pages shows with…
-1
votes
1 answer

Why can't I see https webpage after using sudo certbot --apache

I've just done a fresh install of Ubuntu 20.04 and followed the Digital Ocean instructions to get my apache server up and…
Mark Smith
  • 197
  • 1
  • 1
  • 9
-1
votes
1 answer

Let's encrypt not working on last webmin 1.94 centos 8

Unfortunately, Let's Encrypt cannot be used on your system : Neither the Let's Encrypt client command certbot or the python command were found on your system. I installed certbot but i have this error message certbot seems installed : yum install…
Kikoup
  • 41
  • 6
-1
votes
1 answer

Lets encrypt renew in debian 9 ISPConfig Apache is ok but https fail because cert is EXPIRED

In a debian 9 server with ISPConfig updated , php 7.3 and lets encrypt. The renew of all certs is ok . But one of them fail when i try to enter the site with https. The browser says that cert is EXPIRED. I make /opt/certbot/certbot-auto i get…
-1
votes
1 answer

What is the command to create a letsncrypt + certbot-auto certificate for a golang server

I'm trying to create certificate for *.foobar.com ./certbot-auto certonly --standalone-supported-challenges http-01 -d *.foobar.com But I get the error: certbot: error: unrecognized arguments: --standalone-supported-challenges http-01 I have…
CommonSenseCode
  • 23,522
  • 33
  • 131
  • 186
-1
votes
1 answer

Certbot detects incorrect Common Name (CN)

I have multiple virtual hosts on the same server using CentOS 6. After running sudo ./path/to/certbot-auto --apache I have successfully installed a certificate for a website https://domain1.example. Browser confirms that the certificate is issued to…
user2513149
  • 850
  • 12
  • 15
-1
votes
1 answer

creating letsencrypt certificate fails

i'm on ubuntu 17.10 . looks like installed certbot successfully. when i run sudo certbot --apache -d mywebsite.com -d www.mywebsite.com i get an error: root@servername:~# sudo certbot --apache -d mywebsite.ca -d www.mywebsite.ca Saving debug log…
Amir Gilboa
  • 128
  • 8
-1
votes
1 answer

How can I set up a letsencrypt SSL certificate and use it in a https server in dart?

I try: import 'dart:io'; import "dart:isolate"; main() { SecurityContext context = new SecurityContext(); var chain = Platform.script.resolve('/etc/letsencrypt/live/example.com/chain.pem').toFilePath(); var key =…
hdias
  • 35
  • 1
  • 5
-2
votes
1 answer

Ansible letsencrypt with more args

I want to do the following using ansible: letsencrypt certonly --agree-tos --standalone \ --cert-name \ -d \ -d \ -d Is this the best way to do it or is there a better…
Vishal
  • 2,097
  • 6
  • 27
  • 45
-2
votes
1 answer

issue ssl for dyanmic domain like wild card

Hello i m using certbot to get ssl for may domain and my subdomain now challenge is i need to privide white label for my client and i need to provide ssl to them server { listen 80 default_server; listen [::]:80 default_server; if…
Kamlesh Paul
  • 11,778
  • 2
  • 20
  • 33
-2
votes
1 answer

Letsencrypt certificate expired NGinx renew troubleshoot

I'm hosting a website on AWS. I created SSL certificates through letsencrypt for my domain xxxxx.com as well as www.xxxxx.com. (Throughout this post I'm putting 'xxxx's for potentially sensitive information, but if the information is required to…
cracka31
  • 173
  • 2
  • 15
-2
votes
1 answer

Which software and system to select when setting up certbot for Let's encrypt?

I have a node application on a EC2 instance running on Ubuntu Server 16.04 LTS (HVM), SSD Volume Type - ami-6a003c0f, which I want to get a ssl certificate from Let's Encrypt with Certbot. I am in doubt what is the right software and system to…
July333
  • 251
  • 1
  • 6
  • 15
-3
votes
1 answer

Certbot returns "No module named 'six'" error in Linux

Certbot was installed correctly on Debian (oldstable-updates) and works just fine in generating SSL certificates for the hosted websites. But after hosting a new website (flask app with Gunicorn), certbot commands started throwing the error…
Abeer Sul
  • 944
  • 9
  • 22
1 2 3
52
53