mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #56] using it with different clients #18
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#18
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 @marrco on GitHub (Mar 15, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/56
is there a script available to use it with acme.sh
https://github.com/Neilpang/acme.sh
https://github.com/Neilpang/acme.sh/tree/master/dnsapi
or with getssl ?
https://github.com/srvrco/getssl
tia #
@joohoi commented on GitHub (Mar 18, 2018):
I don't think there is one yet. I created an example auth hook for Certbot, that can be found here: https://github.com/joohoi/acme-dns-certbot . It is written in Python however, so I'm not sure if that would be directly usable in acme.sh or getssl.
My shell scripting-fu isn't strong enough to play around with decent ways to store the credentials and fetching them on the later runs unfortunately.
I'll create a new issue tracking the client implementations.
@joohoi commented on GitHub (Mar 18, 2018):
I opened a tracking issue and a general call for help for this: #59