mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #14] How do I add the CNAME record to the server? #1
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#1
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 @eknori on GitHub (Sep 12, 2017).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/14
I can see in the video how to get the CNAME using dig, but how do I actually ADD the record? I think, this is missing in the video.
Sorry for asking such a dumb question. I am a developer :)
@eknori commented on GitHub (Sep 12, 2017):
Ah, I think that I got it.
correct?
@joohoi commented on GitHub (Sep 12, 2017):
Oh, no worries, there's no dumb questions, just bad documentation :)
Yes, everything else is correct, but the CNAME should be creaated manually to the actual nameserver the domain uses. So for example:
Your domain "example.com" you wish to get a certificate has nameservers hosted at provider X, and you run acme-dns on domain exampleauth.com.
After creating the acme-dns credentials using /register endpoint, you point CNAME record _acme-challenge.example.com using provider X nameservers to point to the randomly generated domain in exampleauth.com. This way you don't have to touch the X nameservers when renewing, and the automation updates the challenge token in acme-dns server that the originating domain points to using CNAME.
@joohoi commented on GitHub (Nov 12, 2017):
Closing as resolved. Let me know if you still face problems and I'll reopen the issue.