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

Cerbot Renew Issue over Custom Port

I'm currently using the following command to generate cert requests in a scripted fashion: certbot certonly --standalone --preferred-challenges http --http-01-port 44344 -d my-domain-name.com I've been trying to run a renew using the same…
Aaron A
  • 535
  • 7
  • 20
0
votes
1 answer

Choose an image from the camera or gallery

I have been trying to make the user to choose an image to encrypt from the camera or the gallery. but when i run the code it make me choose from the google drive, then the encrypt code not working. I need help. I tried every solution I could find.…
0
votes
1 answer

Using Certbot i have difficulties with seperate certificates for multiple domains

my problem is, if i run certbot multiple times for multiple domains, only the last domain (certificate request) seems to be operational. certbot certonly --standalone --rsa-key-size 4096 -d example1.com certbot certonly --standalone --rsa-key-size…
jon_doe
  • 3
  • 4
0
votes
1 answer

Lets Encrypt using Certbot fails in kubernetes (works with cert-manager though)

I have a Kubernetes cluster version 1.15.5 in Azure where I have installed cert-manager version v0.14.0 It works fine with automatically issuing lets encrypt certificates against a valid DNS name: MY_DOMAIN pointing to the external IP address of the…
u123
  • 15,603
  • 58
  • 186
  • 303
0
votes
1 answer

Single laravel install, multiple domains, SSL Encryption

I'm building an app in Laravel that has a single codebase that will serve multiple domain names, a new domain can be added in the CMS, and all that should have to be done for that new domain to work is have it's records pointed to the server. The…
0
votes
1 answer

On the fly custom domains using Rails + Nginx + Let’s Encrypt

I have a Rails app that supports sub-domains right now. Users can have URLs like abc.myapp.com. The SSL is provided using Let’s Encrypt Wildcard Certificate for *.myapp.com. Now, the app needs to be mapped to another domain according to the user’s…
Karthik Kamalakannan
  • 770
  • 1
  • 11
  • 31
0
votes
1 answer

Why I got 403 forbidden with nginx in docker container

I try to set up ssl with Let’s Encrypt using this article https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71 my nginx config server { listen 80; server_name kcr.ttfr.ru; …
Viktor
  • 1,532
  • 6
  • 22
  • 61
0
votes
1 answer

Lets Encrpt Nginx on ubuntu update

Need some advice on how to update my linux box to use the new lets encrypt acme v2 protocol. im currently running Ubuntu 14.04.5 LTS nginx/1.11.5 certbot 0.12.0 Another developer has already set this up and has 2 api's and two sites configured in…
stephen
  • 107
  • 1
  • 7
0
votes
2 answers

Does Wildcard SSL for a .dev possible?

This is for a .dev domain name I know how to install a wildcard certificate on a domain name with Let's encrypt I install Certbot and run this command sudo certbot certonly --manual --preferred-challenges dns --server…
0
votes
1 answer

Bought .dev domain for apache2 server but get certification error on connection

I have recently bought a google .dev domain for my website. And i am aware that with .dev domain there comes a integrated ssl-certificate. I have a different website with .net and that works like a charm where i made my own certificate with certbot…
0
votes
2 answers

How to use Wildcard certificates from Let’s Encrypt with cert-manager

I Created two files, one is for ClusterIssuer and the Second is for Certificate. My Domain is an example.com and I need to create a new subdomain with wildcard *.testing.example.com and I already created an entry in Route53 called…
me25
  • 497
  • 5
  • 18
0
votes
0 answers

Need some guidance for setting up a SaaS app specifically the subdomains customers set up via CNAME pointing to a subdomain of ours

So, we have a feature where our customers (or tenants) have a subdomain on our site ex. thiercompany.oursite.com That all works fine and we have a wildcard SSL cert with Letsencrypt and a wildcard CNAME for our site. Another feature we'd like is to…
ChadH
  • 303
  • 3
  • 13
0
votes
1 answer

Error code: SSL_ERROR_RX_RECORD_TOO_LONG with NGINX Reverse Proxy, ssl and spring boot

My Https on the server is not working and getting Error code: SSL_ERROR_RX_RECORD_TOO_LONG . I have tried too many things but unable to get any results. My Http spring boot server with Nginx reverse proxy works pretty fine. Below is my…
0
votes
1 answer

How to make dokku deploy app to https connection only

I added domain to my dokku app dokku domains:add myapp example.com then I encrypted the app connection dokku letsencrypt myapp the problem is when I deployed my app it deployed to http and https connections =====> Application deployed: …
Amjed Omar
  • 853
  • 2
  • 14
  • 30
0
votes
1 answer

LetsEncrypt lego script not working (Bitnami AWS Lightsail)

tl;dr: I used to use certbot to install a new certificate from LetsEncrypt, but that involved manually updating TXT records. So I tried to switch to lego to do it. But when I use lego to install a new certificate, it doesn't actually install a new…
Mike Todd
  • 7,227
  • 2
  • 15
  • 11
1 2 3
99
100