Add Zonomi to ACME providers list
-
I'm not sure where or how to request this but I would like to see Zonomi be added to the ACME providers list in the package. I'm not a programmer or I would probably figure it out. The provider uses a simple API for updates that uses a URL with an API key. Here is a link to the API documentation:
http://zonomi.com/app/dns/dyndns.jsp
And I did find this code that might be a starting point:
https://codegists.com/code/letsencrypt%20zonomi%20hook/
I think code would really just have to build a string that puts together the TXT challenge, the domain and the API key and then do I WGET
Thanks!!
-
We do not maintain the provider code in the ACME package, that all comes from the acme.sh project which is used as the base for the pfSense package.
I do not see any open (or closed) issue requesting that provider on their issue tracker: https://github.com/Neilpang/acme.sh/issues
You can request it there. There are several other provider scripts, you might be able to find a similar one and modify it and then submit it to acme.sh for inclusion.
-
Thanks so much. :) I'm going to submit it as an issue over there as I'm not even sure where to start with pull requests and such.
-
I submitted it over there and they added Zonomi but I have no idea how to get it onto my pfsense box. Hopefully it can get bundled into the next package update for pfsense?
-
They just added it after tagging 2.7.6 so it didn't make it into their newest release. We'll pull it in soonish though.