mirror of
https://github.com/acme-dns/acme-dns-client.git
synced 2026-04-25 21:35:57 +03:00
[GH-ISSUE #9] Recommendation vs joohoi/acme-dns-certbot-joohoi #5
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 @crisperdue on GitHub (Jun 23, 2021).
Original GitHub issue: https://github.com/acme-dns/acme-dns-client/issues/9
Question: Do you now recommend this software versus joohoi/acme-dns-certbot-joohoi?
They appear to be direct alternatives, or is that incorrect?
Thanks!
@joohoi commented on GitHub (Jun 23, 2021):
They are direct alternatives, you are right. And yes, this was written to
replace the python wrapper.
This client addresses many shortcomigs of acme-dns-certbot-joohoi
On Wed 23. Jun 2021 at 22.54, Cris Perdue @.***> wrote:
@crisperdue commented on GitHub (Jun 23, 2021):
Thanks much, that is very helpful info.
For what it's worth, there is a tutorial on using the old Python version,
at https://www.digitalocean.com/community/tutorials/how-to-acquire-a-let-s-encrypt-certificate-using-dns-validation-with-acme-dns-certbot-on-ubuntu-18-04.
Perhaps the author would be interested in creating an updated tutorial when you feel your new software is ready for more widespread use.
@oblitum commented on GitHub (Jan 28, 2022):
By looking at old Python code version, it seems to avoid issue #13:
github.com/joohoi/acme-dns-certbot-joohoi@908aefb0ea/acme-dns-auth.py (L122-L123)It's a problematic issue with the new go client which may affect usage with most registrars when attempting to obtain a wildcard certificate.
@joohoi commented on GitHub (Jan 28, 2022):
That's a good observation @oblitum , I'll fix that in Go client!
@joohoi commented on GitHub (Jan 28, 2022):
...and it's fixed
@lonix1 commented on GitHub (Jun 14, 2022):
Does this new client have dockerised deployment or must we manage scripts etc. manually? (Sorry, I'm new to this, but long-time user of certbot.)