Questions tagged [acme]

85 questions
2
votes
0 answers

Traefik Default certificate is not trusted

The configuration below worked fine until I moved the location of the docker-compose.yml file. Now I got the invalid certificate message in the browser "This CA Root certificate is not trusted because it is not in the Trusted Root Certification…
user1916077
  • 431
  • 1
  • 7
  • 18
1
vote
2 answers

Salt state failing to apply

When I want to apply my state to the minion I get the following error: Function: acme.cert Result: False Comment: State 'acme.cert' was not found in SLS 'certbot' Reason: 'acme.cert' is not available. Started: Duration: Changes: This…
joshi1999
  • 15
  • 3
1
vote
1 answer

Can't request Let's Encrypt certificate on ispmanager

When I try to issue Let's Encrypt certificate on my ispmanager panel I see this strange error: Certificate request failed Return code: 403 Details: Order's status ("valid") is not acceptable for finalization Looks like something wrong with ACME…
IgorG
  • 1,181
  • 6
  • 8
1
vote
0 answers

https/ssl standalone webserver in golang

I tried to make a https/SSL standalone webserver in Golang. Any help with Acme DNS challenge, I have DNS server written in Go just, i just need that token from the ACME challenge so i can put it as TXT record in…
1
vote
2 answers

How to pass arguments to command line utility using c#?

I'm writing an application, and at one point it launches win-acme and needs to pass some parametres to it. I'm successfully opening powershell and launching win-acme, but it doesn't pass arguments to it. So, I have this code: Process wacsProcess =…
1
vote
1 answer

Traefik Acme "MissingEndpoint" 'Endpoint' configuration is required for this service

I've been using Traefik for a while now to get and renew an ACME wildcard certificate. It uses AWS Route 53 for a DNS Challenge. The cert recently expired, having failed to renew with an error I can't find a solution anywhere. "Endpoint" doesn't…
Mark Francis
  • 137
  • 10
1
vote
0 answers

How to add Reactjs code to django app on docker-compose with nginx-proxy acme-companion

I am trying to setup a complete django react webapp via docker-compose on AWS. I went through a tutorial to create a django backend with database and ssl via nginx-proxy and letsencrypt acme-companion. Everything works so far, but I struggle to add…
1
vote
0 answers

Traefik ACME with let's encrypt and porkbun

I'm trying to get a traefik docker instance running on my raspberry pi 4 8gb. I have everything setup, but I can't get the let's encrypt certification working. (My name registrar is Porkbun) Here's my docker-compose : Version: '3.4' services: …
UberFluff
  • 31
  • 4
1
vote
0 answers

Kubernetes cert manager dns01 challenge for dnsmadeeasy

I have deployed my application in Kubernetes. I have configured the cert manager and issuers to generate an ssl certificate for the specificsubdomain. It works fine. Now I want to generate the wildcard SSL certificate. For wildcard, ACME/letsencrypt…
Akshay Gopani
  • 473
  • 4
  • 16
1
vote
0 answers

Cert manager doesn't get the challenge done

I'm setting up a k3s cluster for local development. To be clear, I do not have a public IP address. At this moment I'm looking for a solution to get the certificate process automated (via cert-manager). In order to get this to work I've did the…
BasB
  • 11
  • 3
1
vote
1 answer

How to get certificate for "www.*.example.org" with Traefik's dnsChallange?

With the config below the issued certificate works for www.example.org and abc.example.org.but doesn't work for www.abc.example.org. http: routers: web-router: rule: "Host(`example.org`) || Host(`www.example.org`) || …
marke
  • 1,024
  • 7
  • 20
1
vote
2 answers

Certificate always in 'False' state using LetsEncrypt with cluster issuer in k8s

I am unable to issue a working certificate for my ingress host in k8s. I use a ClusterIssuer to issue certificates and the same ClusterIssuer has issued certificates in the past for my ingress hosts under my domain name *xyz.com. But all of a sudden…
devcloud
  • 391
  • 5
  • 18
1
vote
0 answers

SSL certificate problem: unable to get local issuer certificate (only when certificate managed by Terraform)

I am trying on an Elasticsearch cluster to set up HTTPS for clients. It works fine when I generate an SSL certificate from the cluster using certbot via the following command: certbot certonly --standalone My Elasticsearch cluster is configured as…
David
  • 450
  • 3
  • 14
1
vote
1 answer

Why can't write certificate.crt with acme?

root@vultr:~# systemctl status nginx ● nginx.service - A high performance web server and a reverse proxy server Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2021-07-28…
showkey
  • 482
  • 42
  • 140
  • 295
1
vote
0 answers

Certificate management and use in rabbit mq auth backend

How can we automate certificate management and its distribution with rabbitmq? Is there any opensourced solution for creating self managed CA and certificate management to enable mutual authentication in Rabbit MQ