Questions tagged [acme]
85 questions
0
votes
1 answer
Account creation on ACMEv1 is disabled - Let's Encrypt
How could I update https://github.com/cliftonm/acme to ACMEv2
The error:
using server https://acme-v01.api.letsencrypt.org/ Account creation on
ACMEv1 is disabled. Please upgrade your ACME client to a version that
supports ACMEv2 / RFC 8555. See…

مهدی نبوی
- 471
- 5
- 15
0
votes
1 answer
ACME and DNS configuration for Ejabberd cluster
I've setup an ejabberd cluster with 2 nodes. I have setup ACME top level option and the value of ca_url is set to the default let's encrypt url.
I have also configured a listener of port 5280, redirected from port 80 for the ACME challenge.
I have…

Daniyal Abbasi
- 30
- 1
- 4
0
votes
1 answer
A non-ACME 400 HTTP error occured on request
Trying to integrate the acmephp library into my project, but I keep getting this error when I attempt to request authorization for a domain
A non-ACME 400 HTTP error occured on request "POST https://acme-v02.api.letsencrypt.org/acme/new-order"…

user3010617
- 137
- 1
- 12
0
votes
0 answers
Let's encrypt, traefik and TLS
I am setting up a gitea instance with docker and traefik.
I'd like it to be secured with let's encrypt certificate.
My docker-compose.yml looks like the following (with enough comments I hope):
version: '3'
services:
reverse-proxy:
# The…

FTG
- 65
- 1
- 6
0
votes
0 answers
Google Cloud - TLS certificate not ready (Kubernetes)
I'm trying to run TLS certificate on Google Cloud Engine to enable HTTPS on my domain. For some reason after inspecting the certificate in google I see that this is not ready though.
Here's my certification object:
apiVersion:…

Murakami
- 3,474
- 7
- 35
- 89
0
votes
2 answers
Apache2 Rewrite/Redirect from http to https
I use apache2 on Ubuntu and acme with letsencrypt in order to secure my website.
I also want to redirect from http://mywebsite.com to https://mywebsite.com but this does not work with the following config:
File name-xy.conf looks like…

quma
- 5,233
- 26
- 80
- 146
0
votes
1 answer
Digital Ocean CyberPanel (on Ubuntu 18.04): ACME certificates blocked forbidden - 283 Failed to obtain SSL for domain. [issueSSLForDomain]
I installed a brand new DigitalOcean droplet using a marketplace base (so on paper everything should be OK out of the box).
When trying to issue certificates, i am getting this error:
[11.13.2019_04-48-28] /root/.acme.sh/acme.sh --issue -d…

tarkil
- 164
- 1
- 16
0
votes
1 answer
How to get rid of "Validation failed for domain" on Let's Encrypt (ACME prototcol)
I have an issue with one of my domain regarding the domain validation for Let's Encrypt certificate.
One domain is working but the other isn't.
Both are configured identically.
I'm using chef-acme.

Charles
- 11,367
- 10
- 77
- 114
-1
votes
1 answer
issue with ansible acme module
I've tried to use acme_certificate module to generate cert on my server
I use it with the next params:
- name: "Generate a Let's Encrypt account key"
shell: "openssl genrsa 4096 | sudo tee /etc/letsencrypt/account.key"
- name: "install acme"
…
-2
votes
1 answer
Unable to publish subfolder under ".well-known" folder from GitHub Page
Tried to set up a GitHub page with a custom domain to fulfill the acme-challenge from cert generation ( Let's Encrypt ).
I managed to publish the .well-known folder by adding a _config.yml file with include: [".well-known"] content.
However, it does…

bLaXjack
- 780
- 2
- 11
- 23