Is there an acme client that client easy to modify?

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.)

1 Like

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.

1 Like

acme-tiny looks most simple. thanks!

1 Like

Thanks for trying to implement that! I’m looking forward to use it (for testing) :slight_smile:

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 :wink: 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!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.