Questions tagged [lets-encrypt]

LET'S ENCRYPT QUESTIONS MUST BE PROGRAMMING RELATED. Let’s Encrypt is a free, automated, and open certificate authority provided by the Internet Security Research Group.

LET'S ENCRYPT QUESTIONS MUST BE PROGRAMMING RELATED. Let's Encrypt is a certificate authority that provides free X.509 certificates for Transport Layer Security encryption (TLS). It uses an automated process designed to eliminate the current complex process of manual creation, validation, signing, installation and renewal of certificates.

2023 questions
12
votes
2 answers

Letsencrypt + Docker - the best way to handle symlink?

I have a Nginx server running on Docker on a Ubuntu host and I wanted to integrate Letsencrypt certificates on it. As I had the Nginx image already created with all the conf setup, after reading different articles I decided to install Letsencrypt on…
Carlos Torrecillas
  • 4,965
  • 7
  • 38
  • 69
12
votes
1 answer

Paid SSL certificate vs Free SSL Certificate

What is the main difference (may be pro/con list) between buying a custom SSL certificate and getting one from Free certificate provided by Let's Encrypt. This is all about just having simple https in our Web Application P.S I believe you understand…
madhairsilence
  • 3,787
  • 2
  • 35
  • 76
12
votes
3 answers

How to configure a Play application to use Let's Encrypt certificate?

Once I obtain the certificate, how do I generate a JKS key store from it? How do I configure the Play application to use this key store? Anything else I need to do?
Jan
  • 331
  • 1
  • 12
12
votes
6 answers

NGINX SSL certificate permission SSL error :0200100D:system

Getting following error in NGINX server, Using LetsEncrypts free SSL Certificate. 2016/06/23 19:53:13 [warn] 5013#0: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in…
Piyush Patel
  • 1,765
  • 1
  • 16
  • 29
12
votes
2 answers

Change webroot-path of registered letsencrypt cert

I am new with Let's Encrypt certificate. I registered my domain for a nginx server at digitalocean.com following this command cd /opt/letsencrypt ./letsencrypt-auto certonly -a webroot --webroot-path=/usr/share/nginx/html -d mydomain.com -d…
Imtiaz Hossain
  • 347
  • 5
  • 16
12
votes
3 answers

Python SSL requests and Let's Encrypt certs

I'm struggling at the moment to get the requests library to perform a simple GET request to a site of mine with a Let's Encrypt certificate. All's well with the site and I can access it from Chrome just fine. (I'm running OSX El Capitan at the…
Thane Thomson
  • 403
  • 1
  • 4
  • 14
11
votes
1 answer

How to use Porkbun SSL Certificate Files with Nginx?

I'm trying to figure out how to use the Porkbun Let's Encrypt Files with Nginx. They have generated a zip file with the following files for me to use domain.cert.pem, intermediate.cert.pem, private.key.pem, public.key.pem From this site…
fujinman
  • 115
  • 1
  • 8
11
votes
2 answers

Chrome shows old SSL certificate

I use Let's encrypt certificates on the server. The certificates are automatically renewed and the server-config is updated. Problem: When I open the web-page in Chrome, it shows that the certificate is valid, but the Certificate dialogue still…
TmTron
  • 17,012
  • 10
  • 94
  • 142
11
votes
4 answers

Let's Encrypt certbot-auto fails because a Python / pip problem

Yesterday all was fine, but today, running the same command using certbot-auto to renew a certificate, I get this : Upgrading certbot-auto 0.31.0 to 0.32.0... Replacing certbot-auto... Creating virtual environment... Installing Python packages... …
Vallica
  • 161
  • 1
  • 1
  • 9
11
votes
2 answers

Go autocert acme/autocert: missing server name

I use library autocert in my application for generating an SSL certificate. The problem is 30% of users have a problem with my application. My current code is: fmt.Println("Starting server on " + this.Params.Bind) if this.Params.SSL { …
Lorenzo Boniot
  • 113
  • 1
  • 5
11
votes
4 answers

Android Digital Asset Link verification fails for site using LetsEncrypt SSL cert

I had just about started implementing support for App Links into my app, when I bumped into this unusual issue. Following the steps in the Android Studio app links tool, I was quickly able to make the necessary changes. However, when I came to the…
anirvan
  • 4,797
  • 4
  • 32
  • 42
11
votes
3 answers

Let's Encrypt no interface issue

I am on AWS Ec2 Amazon Linux and trying to use Let's Encrypt. When I first installed Let's Encrypt couple month back I did not have any issues renewing the certificates. But now I receive this error and not able to renew. # ./certbot-auto…
Maca
  • 1,659
  • 3
  • 18
  • 42
11
votes
3 answers

How can I use "let's encrypt" without stopping nginx?

I am adding https support to our servers. How can I not stop Nginx when adding Let's Encrypt support?
Check King
  • 111
  • 1
  • 4
11
votes
7 answers

Certbot not found

i installed letsencrypt on my ubuntu 16.04 machine with following command. sudo apt-get install letsencrypt Now, i want to define a cronjob to automatically renew my certs with following line. certbot renew --pre-hook "service nginx stop"…
Stillmatic1985
  • 1,792
  • 6
  • 20
  • 39
11
votes
1 answer

Setup Gunicorn with let's encrypt cert

To secure my website, I've used Let's encyprt certbot for generating privkey.pem, cert.pem, chain.pem, and fullchain.pem When I connect my website from desktop chrome or firefox, it seems to be ok. but when I connect mobile browser such as…
makerj
  • 2,179
  • 2
  • 18
  • 27