[GH-ISSUE #222] Cert-manager #105

Open
opened 2026-03-13 15:47:23 +03:00 by kerem · 0 comments
Owner

Originally created by @bboy8012 on GitHub (Mar 31, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/222

Hi, I believe I have successfully setup acme-dns, as I am get responses from acme-dns when using dig. The problem I'm coming across is cert-manager gets stuck waiting for dns to propagate when issuing a cert for traefik.cloud.djcminuz.com. My acme-dns setup is:

domain = "acme-dns.djcminuz.com"
# zone name server
nsname = "acme-dns.djcminuz.com"
# admin email address, where @ is substituted with .
nsadmin = "admin.djcminuz.com"
# predefined records served in addition to the TXT
records = [
    # domain pointing to the public IP of your acme-dns server 
    "acme-dns.djcminuz.com. A 52.53.169.17",
    #"acme-dns.cloud.djcminuz.com. A 52.53.169.17",
    # specify that auth.example.org will resolve any *.auth.example.org records
    "acme-dns.djcminuz.com. NS acme-dns.djcminuz.com.",
    #"acme-dns.cloud.djcminuz.com. NS acme-dns.djcminuz.com.",
]

on my main DNS provider I have an A record acme-dns pointing to the ip of the server, and a NS record acme-dns pointing to the a-record. I'm at a loss on where the propagation is failing.

Originally created by @bboy8012 on GitHub (Mar 31, 2020). Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/222 Hi, I believe I have successfully setup acme-dns, as I am get responses from acme-dns when using dig. The problem I'm coming across is cert-manager gets stuck waiting for dns to propagate when issuing a cert for traefik.cloud.djcminuz.com. My acme-dns setup is: ``` domain = "acme-dns.djcminuz.com" # zone name server nsname = "acme-dns.djcminuz.com" # admin email address, where @ is substituted with . nsadmin = "admin.djcminuz.com" # predefined records served in addition to the TXT records = [ # domain pointing to the public IP of your acme-dns server "acme-dns.djcminuz.com. A 52.53.169.17", #"acme-dns.cloud.djcminuz.com. A 52.53.169.17", # specify that auth.example.org will resolve any *.auth.example.org records "acme-dns.djcminuz.com. NS acme-dns.djcminuz.com.", #"acme-dns.cloud.djcminuz.com. NS acme-dns.djcminuz.com.", ] ``` on my main DNS provider I have an A record acme-dns pointing to the ip of the server, and a NS record acme-dns pointing to the a-record. I'm at a loss on where the propagation is failing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#105
No description provided.