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

Traefik Docker SSL Configuration With Lets Encrypt

Hi everyone I am trying to enable SSL in my docker-compose.yml file for my backend service. All of my Traefik configuration is done in my docker-compose.yml file, so I may be missing a line. Running docker-compose on this configuration works…
0
votes
1 answer

certbot --nginx generates PR_END_OF_FILE_ERROR

a Ubuntu 16.04.6 LTS VPS running nginx is presently bricked in terms of serving pages through port 443. This happened unexpectedly, I assume when a renewal kicked in automatically. Following are twice replicated steps. I removed all site…
Jerome
  • 5,583
  • 3
  • 33
  • 76
0
votes
1 answer

certbot creating a new certificate every day

I have a script that auto renews a let's encrypt certificate when it becomes available. We run this script everyday at 17:00 #!/bin/sh /usr/bin/certbot --cert-name sitename.com --text --agree-tos certonly -a webroot --keep-until-expiring…
dinnertoast
  • 81
  • 1
  • 9
0
votes
1 answer

LetsEncrypt without DNS verification?

I have a Bitnami Wordpress site using cPanel. The site is using cPanel's SSL. I want to migrate to another server without cPanel. I've done the necessary files migration and want to use Let'sEncrypt for the new server. This is the command line sudo…
0
votes
1 answer

Is it possible to create SSL certificate for local Subdomain?

I host some services at home myself and so far have only used DNS records and self-signed certificates for them. Now I'm having some issues with self-signed certificates (some apps are not working properly) and am trying to get a public domain to…
Rafael
  • 11
  • 2
0
votes
1 answer

openssl_encrypt(): Using an empty Initialization Vector (iv) is potentially insecure and not recommended error phpmyadmin

I am getting this issue while opening my phpmyadmin. I haven't done anything on my server /libraries/plugins/auth/AuthenticationCookie.class.php#744 openssl_encrypt(): Using an empty Initialization Vector (iv) is potentially insecure and not…
RICHU THOMAS
  • 53
  • 1
  • 8
0
votes
1 answer

certificate transparency logs-API limited range for entries

just wondering if the http://ct.googleapis.com/logs/argon2021/ct/v1/get-entries?start=12345&end=12345 has a limit in the range. right now I can just get up to 20 entries in that API. for example I want to get recent records and the current tree size…
0
votes
0 answers

How to temporarily open a port on a security group on AWS via Cron to renew a certificate?

Suppose I want to open a port 80 in a certain security group on my AWS infrastructure to renew a Let's Encrypt certificate, restart the BD, and then close it after the next command runs. How would I do that? Would it suffice write a script with the…
Aerodynamika
  • 7,883
  • 16
  • 78
  • 137
0
votes
1 answer

Java TooTallNate Secure Websocket Server on FireTV with Lets Encrypt Certificate: Handshake / Chain Error

I am using a Java Websocket Server (TooTallNate). A Javascript App is connecting securely via a LetsEncrypt certificate. It is renewed automatically via certbot and is serving an Apache on the same machine too. On all tested browsers everything is…
Max Power
  • 169
  • 10
0
votes
1 answer

Install SSL certificates and Virtual Hosts for new domains through API

I'm trying to create a web app which works kind of like a website 'generator'. It is based upon Wordpress Multisite and an API that communicates with Wordpress. Wordpress is installed on a Digital Ocean Apache server. The Wordpress API integration…
Rasmus Lian
  • 357
  • 1
  • 8
  • 22
0
votes
0 answers

How to call script on every AWS ElasticBeanstalk change attempt

I have container_command that will call certbot and change my Nginx configuration. In addition, I use AWS CodePipeline, which is calling such a script every time master is updated. But the problem is, cfn-init.log is not showing anything when I…
0
votes
1 answer

How to generate Letsencrypt certs, dhparam, vhost, conf for nginx proxy in docker-compose file?

I want to make https for my application which is running with docker container. And I am following some tutorials and configuring nginx-proxy, letsencrypt, but I don't know how to get these files as volume. You can see the bottom part "volumes" is…
potato
  • 203
  • 2
  • 15
0
votes
1 answer

Let's Encrypt SSL with NGINX + Apache Docker swarm NET::ERR_CERT_INVALID

I was wanting to setup Let's Encrypt on docker swarm with NGINX and Apache2... The stack was working before ssl. And the classic NOW ITS NOT WORKING! So I have listed my configs and what I'm seeing (Google chrome error: NET::ERR_CERT_INVALID). Let…
0
votes
1 answer

nginx/lets-encrypt: multiple SSL domains with the same webserver configuration

I manage a dozen or so domains with SSL certs that I have generated via lets-encrypt, and I use nginx to manage the web services for these domains. It turns out that all of these domains need to have the same nginx configuration: i.e., the same…
HippoMan
  • 2,119
  • 2
  • 25
  • 48
0
votes
1 answer

how solve Apache2 ssl Cert Problem with laravel

I have generated SSL Cert Using Letsencrypr and I installed it in apache using this configuration in default-SSL.conf file under the sites-enabled folder ServerAdmin info@qsinav.com …
Netcom Ask
  • 43
  • 2
  • 9