mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #217] Allow specifying a custom ACME server for api.tls #102
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#102
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 @emilazy on GitHub (Mar 19, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/217
This would make it possible to use acme-dns's integrated HTTPS API certificate machinery with non-Let's Encrypt ACME setups, which would also make end-to-end integration testing in NixOS easier; Pebble uses
/diras the ACME endpoint, so even shimming out the Let's Encrypt API domain name isn't enough to use it for this, unfortunately.Example configuration syntax:
(Sorry for the flood of issues! I'm hoping to send PRs implementing this and other proposals soon if I can get around to it.)
@emilazy commented on GitHub (Mar 19, 2020):
Heh, duplicate of #214. Good timing...