mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #302] cert-manager acme-dns, testing, skip verify tls? #158
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#158
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 @bitsofinfo on GitHub (Apr 26, 2022).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/302
Hi,
Not sure where to ask this, but I am testing the latest acme-dns w/
tls = "letsencryptstaging", on startup it appears to get the certificate fine and presents it ok on443.My question is I'm trying to test this setup using the acme-dns solver w/ cert-manager. How can I configure the
acme-dnssolver to accept the self signed certificated thatacme-dnsgot fromletsencryptstagingon boot?@bitsofinfo commented on GitHub (Apr 26, 2022):
I'm getting this kind of error in cert-manager
and nothing in the acme-dns server logs
@gbonnefille commented on GitHub (Apr 27, 2022):
Since you have check that a given configuration can obtain the cert from Let's Encrypt Staging, why not simply switch to production? The cert will then be valid and accepted directly by cert-manager.
@maddes-b commented on GitHub (Sep 21, 2024):
Staging is for testing your initial setup.
After testing is done, then switch to LE prod for the real usage.
Close this issues if solved.