Top "Lets-encrypt" questions

LET'S ENCRYPT QUESTIONS MUST BE PROGRAMMING RELATED.

NGINX - "server" directive is not allowed here

I'm trying to reconfigure my NGINX install to proxy to the local ghost install. In addition to that, I'm adding …

ssl nginx ghost lets-encrypt
Certbot not creating acme-challenge folder

I had working Let's encrypt certificates some months ago (with the old letsencrypt client). The server I am using is …

nginx https lets-encrypt certbot
WordPress with ssl form let's encrypt, but homepage not fully secure. "Attackers might be able to see images.." message

Could you help me find out what to do with not fully secure message. I have installed ssl certificate from …

wordpress security ssl encryption lets-encrypt
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 …

ssl ubuntu-16.04 lets-encrypt certbot
Letsencrypt certificate for www and non-www domain

I have generated SSL certificate like so: sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt ./letsencrypt-auto certonly --standalone …

ssl https lets-encrypt
How to setup Letsencrypt for Google Cloud Compute Engine load balancer?

I've setup my Google Cloud Project to use a load balancer in combination with auto scaling instance templates. Currently the …

ssl load-balancing google-compute-engine lets-encrypt certbot
no "ssl_certificate" is defined for the "listen ... ssl" directive

I am trying to configure nginx server for my website. I am using the following code to configure my server. …

ssl nginx lets-encrypt
Convert Certificate and Private Key to .PFX programmatically in C#

I have a .cer file output from a successful LetsEncrypt certificate request. I have the original Private Key used to …

c# security ssl-certificate pfx lets-encrypt
Let's encrypt SSL couldn't start by "Error: EACCES: permission denied, open '/etc/letsencrypt/live/domain.net/privkey.pem'"

I tried to use SSL by Node.js but it doesn't work because permission denied. try { var TLSoptions = { key: fs.…

node.js ssl lets-encrypt
How to stop renewing a letsencrypt/certbot certificate?

There are lots of tutorials online of how to create and renew a certificate with letsencrypt, but I want to …

ssl lets-encrypt certbot