Python wrapper around certbot(-auto) 0.10.0

I wonder if it’s possible to implement the same API inside the Certbot code itself instead of shelling out to it (since Certbot itself is written in Python). It seems like that would ultimately be more reliable if it can be made to work, and might be useful to a range of people who want an ACME client library in Python. But I also think there are other existing Python libraries in some form that some of those people may find useful for that purpose.

1 Like