Add external reverse proxy ACME challenge passthrough for Caddy#926
Open
Mazianni wants to merge 2 commits intomailcow:masterfrom
Open
Add external reverse proxy ACME challenge passthrough for Caddy#926Mazianni wants to merge 2 commits intomailcow:masterfrom
Mazianni wants to merge 2 commits intomailcow:masterfrom
Conversation
Author
|
Adjusted the config after I saw some issues with my own setup. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello!
I recently spent some time configuring my Caddy reverse proxy (which is external and not on my docker host as it is a VM, and Caddy runs as an LXC on a hypervisor) to pass through ACME challenges. From what I understand, this is not an uncommon setup, so I figured i would include the relevant lines in the documentation in case someone else wants to allow acme-mailcow to manage certs to mailcow (since you can't pull SSL certs across LXCs/VMs very easily).
I have tested this config and confirmed that Caddy is correctly passing through the challenges to mailcow-acme and it is able to solve them.