I’m messing with pebble to add ip identifiers - but I can’t find clients that doesn’t hardcoded the identifiers type, as it’s always ‘dns’ in past. is there a client that allows such thing? (or modeler enough that I can easily write for it.)
There is a list of clients: https://letsencrypt.org/docs/client-options/
It depends on your programming skills, but the bash clients are probably most easy to modify.
acme-tiny looks most simple. thanks!
Thanks for trying to implement that! I’m looking forward to use it (for testing)
I’ve played around with IP support for the Ansible client today (https://github.com/ansible/ansible/pull/53228); I couldn’t test it, since pebble doesn’t support IP identifiers, but it might actually For you it’s pobably easier to modify a simpler client (such as acme-tiny) on the fly, but once the basic support is working, I’d like to try the Ansible client with it as well!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.