You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System). It consists of a web interface and command-line administration tools" (https://www.freeipa.org/About.html)
The FreeIPA API provides a fairly straightforward HTTP endpoint for adding and deleting DNS records. The dns hook script for acme.sh can be done entirely with 3 POST requests - one to authenticate, one to add, one to delete. I found this useful in my own projects and I believe there is a user base that could take advantage of this being provided out of the box with acme.sh
The text was updated successfully, but these errors were encountered:
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
"FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System). It consists of a web interface and command-line administration tools" (https://www.freeipa.org/About.html)
The FreeIPA API provides a fairly straightforward HTTP endpoint for adding and deleting DNS records. The dns hook script for acme.sh can be done entirely with 3 POST requests - one to authenticate, one to add, one to delete. I found this useful in my own projects and I believe there is a user base that could take advantage of this being provided out of the box with acme.sh
The text was updated successfully, but these errors were encountered: