mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #286] How do i use acme-dns with already running nginx and dns on the host machine? #146
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#146
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 @3x3cut0r on GitHub (Nov 18, 2021).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/286
i have an nginx-reverse-proxy on my host machine. do i need to redirect /register and /update to a custom port 80 port on the docker? is this enough?
whats about the port 53? how do i handle this with an already running unbound or another dns-server on the host machine?, which is also not holding the domain. the host dns-servers upstream dns is holding the domain...
i need some help to understand howto configure the acme-dns with an LE wildcard cert.
thank you
@sobujbd commented on GitHub (Dec 22, 2021):
I would like to know, can I use acme-dns on my existing VPS that is being used for web hosting?
@joohoi commented on GitHub (Jan 25, 2022):
You can do reverse proxying for
/registerand/updateas you assumed, that will work.Your problem does come along with the DNS though. The acme-dns DNS server needs to be running on port 53 in order for it to work. So you'll probably need to host acme-dns instance on some other box instead.
@joohoi commented on GitHub (Jan 25, 2022):
...or, depending on acme-dns client in use, you can also use a non-standard HTTP(S) port, there's no requirement for hosting the API on port 443 (or 80 in that regard).
@lonix1 commented on GitHub (Jun 14, 2022):
Did you guys find a client that doesn't use ports 80/443? (I'm also trying to run it on a server that already has services on those ports.)
@webprofusion-chrisc commented on GitHub (Jun 14, 2022):
@lonix1 what does your app do if you just specify the port (whatever you need it to be) e.g. https://your-acme-dns:8443/register
@lonix1 commented on GitHub (Jun 14, 2022):
No TXT record found at _acme-challenge.auth.foo.com - I suspect my config is wrong. I will look into that.
@sobujbd commented on GitHub (Jul 25, 2022):
We can use custom port for HTTP requests.
See this - acmedns.sh