Questions tagged [acme]

85 questions
0
votes
0 answers

ACME error: Unable to obtain ACME certificate for domains. How to resolve this?

I have a docker container with traefik and letsencrypt should provide the ssl certificate. Also i have allowed communication on port 80, 443 (and 22 for ssh, which works fine). There are nu further firewalls running on my server currently. The error…
0
votes
0 answers

Cannot access sub.mydomain.fr with PfSense, ACME, HAProxy and Apache

I have some problems with my PfSense and HAProxy : I have generated a certificate with ACME on PfSense for my subdomain, but i can only access from internet to it from the WAN ip and not the subdomain :( my web server is 192.168.2.2 on my LAN. There…
0
votes
1 answer

the acme come into Verify error:"error":{ error when issue the cert

when I am using this acme(version v3.0.6) command to issue a cert: export Namesilo_Key=812bb423232b951sdfwg3423 acme.sh --issue -d reddwarf.life -d www.reddwarf.life --nginx --debug --dns dns_namesilo -k ec-256 the acme going into infinity loop,…
Dolphin
  • 29,069
  • 61
  • 260
  • 539
0
votes
0 answers

cert-manager ACME Order status.url: Forbidden: field is immutable once set

I am working with the cert-manager version 1.11.0 in my local RKE2 cluster and would like to issue certificate using ACME and DNS-01 challenge validation. I have hard time to debug and figure out what is going on with request. I see in the…
user1563721
  • 1,373
  • 3
  • 28
  • 46
0
votes
1 answer

How to use Japanese input method fcitx5 for GUI programs (acme, sam, 9term...) of Plan 9 from User Space (plan9port)?

I am using i3wm. I have already declared three environment variables as below: $ export -p | grep fcitx declare -x GTK_IM_MODULE="fcitx" declare -x QT_IM_MODULE="fcitx" declare -x XMODIFIERS="@im=fcitx" $ plan9port's manuals didn't help me. When I…
wjzkfl
  • 157
  • 1
  • 7
0
votes
0 answers

Acme dns-01 challege with cloudflare api

I have manipulated the acme-tiny script to solve dns-01 challenges As soon as i request a cert it hangs at the status: "pending" and i can't get it to work may somebody have an idea why letsencrypt can't see my txt value for the challenge or the…
Konstantin
  • 29
  • 4
0
votes
0 answers

Bitnami drupal HTTPS and Lets Encrypt

I've tried multiple different ways to deliver HTTPS certificates to my website and haven't been able to come up with a solution. I'm attempting to use letsencypt to get the certs to work and I think I've isolated the issue and needs some help with…
0
votes
1 answer

Does cert-manager revoke the old certificate upon issuance of a new one?

I am using cert-manager ACME workflow to manage my certificates in K8s. Seems like cert-manager does not give me control on when the certificate gets re-issued (usually happens when expirations comes near). Does cert manager revoke the previous…
0
votes
0 answers

Serving LetsEncrypt HTTP challenge when all http traffic is redirected to https

I want to perform the http validation for LetsEncrypt, which requires http only (port 80). I have a Rails Application running nginx, and has all traffic redirected to HTTPS via the following configuration: server { listen 80; listen [::]:80; …
proximo
  • 45
  • 8
0
votes
0 answers

Traefik 2 letsencrypt. Add new domain in a smart way

What could be the best way to issue missing letsencrypt certificates automatically? I have a Traefik 2.9 proxy that works for multiple docker containers for multiple domain names. Acme http challenge is set up for all my domains. I want to add a new…
drmax24
  • 1
  • 1
0
votes
0 answers

What is the correct way to determine that a ACME certificate request has been validated in Certes?

I need to create a Let's Encrypt integration using Certes. I will be using HTTP challenges. The Certes documentation states that validation should be requested like so: await challenge.Validate(); How do I know that validation has finished? Is it…
aieeeo
  • 1
  • 1
0
votes
0 answers

SSL Certificate problem on Amazon AWS Server

My SSL working fine on AWS (https://786times.com). I delete ELB a few days ago,But after this I face SSL issue on my website.Everything looks fine like ec2, cloudfront,hosted zone DNS records,Please give me solution? I make SSL again through…
786Times
  • 1
  • 2
0
votes
0 answers

ejabberd ACME unexpected content type when it receives certificate

I am running a processone/ejabberd container that i am trying to get to request a certificate via ACME to a smallstep ca container. The request fails with this error: #{<<"kid">> => …
lukewarms
  • 21
  • 4
0
votes
1 answer

ACME Client Implementation

I am currently working on my own ACME client implementation. I generated the following JWS: {"protected":…
0
votes
0 answers

cert-manager zerossl without EAB or API key

I have a Kubernetes cluster with nginx ingress. I am trying to have ZeroSSL to provision SSL. I have setup ClusterIssuer and Ingress. The cluster issuer fails with error "Failed to register ACME account: 400…
infinite_loop
  • 131
  • 1
  • 10