mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #180] Where is api-certs? #78
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#78
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 @icelava on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/180
I am testing setting up ACME-DNS as its own HTTP server to auto-register its own certificate from LE.
tls = "letsencrypt"
acme_cache_dir = "api-certs"
Where is this api-certs located? I don't see anything at /etc/acme-dns/ nor ~/go/bin/
@icelava commented on GitHub (Sep 3, 2019):
Ok I see it appear at ~/go/bin/api-certs/
That only appeared once I reset configuration for ACME-DNS to use back port 80/443 and it succeeded in obtaining a certificate from LE. I previously tested it with 81/444 to avoid clashing with Nginx which is operating in the same server, so it wasn't able to verify properly with LE in that state.