mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
[feature request] - Custom ACME endpoints #70
Reference in New Issue
Block a user
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 @djrarky on GitHub (May 12, 2025).
Hey, this seems really cool - appreciate it, thank you!
One thing I'm missing in order to migrate from Caddy is to be able to use other ACME providers for certificates if this is possible?
I use an internal CA for internal names, and point Caddy to it using a snippet.
This would be really cool if possible.
@yusing commented on GitHub (May 13, 2025):
Could you explain how does your internal ACME provider work, and how do I integrate with it?
@djrarky commented on GitHub (May 13, 2025):
Hey mate, nothing special it just uses a custom ACME endpoint with http verification.
@yusing commented on GitHub (May 25, 2025):
Just pushed the latest release, see if it works for you.