mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 21:05:49 +03:00
[GH-ISSUE #348] Issue with Certificate Renewal from Let's Encrypt #193
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cuongdo926 on GitHub (Jan 3, 2024).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/348
I'm currently experiencing an issue while attempting to renew a certificate from Let's Encrypt for the domain example.domain.com [*.example.domain.com] using the ACME provider "le.acme." The ACME CA is set to "https://acme-staging-v02.api.letsencrypt.org/directory."
The error message I'm encountering is as follows:
error renewing certificate from LE: {example.domain.com [*.example.domain.com]}" providerName=le.acme ACME CA="https://acme-staging-v02.api.letsencrypt.org/directory" error="error: one or more domains had a problem:\n[*.example.domain.com] [*.example.domain.com] acme: error presenting token: failed to update txt record : status code 401 response: {\"error\": \"forbidden\"}There is a wildcard CNAME in the DNS records. I've attempted troubleshooting with
LEGO_DISABLE_CNAME_SUPPORT=truebut the issue persists. Could someone please provide guidance or assistance on how to resolve this?