Martin Maney
Martin Maney
I've been sketching out a couple things. This is still pretty barebones ... ``` AcmeService __init__(directory_url, request_timeout, process_timeout) def new_account(...) -> AcmeAccount def new_order(...) -> AcmeOrder def revoke_cert(...) def key_change(...)...
0.8.4 will have the crypto refactoring, and I think that will give you the functionality you're asking for with the kid patch. Or most of it, and maybe the account...
@AlecTroemel crypto (and the piece I forgot to add to let it skip registration if the AcmeKey already has its kid) has been merged to the master branch. I think...
@AlecTroemel Let me get one nagging question out of the way: have you actually encountered a failure due to no matching challenge type? If you have, it should already be...
@AlecTroemel Ah yes, I was missing the description of how this may arise in #209. It's still just-before-coffee here, but the situation you described is not really is not an...
@AlecTroemel the failure you described in #209 was one where the host was already authorized - that shouldn't be an error just because this time you're looking to use a...
I am mildly in favor of Py3 annotations, but dubious about auto-annotate stuff like this. I'd like to see annotations that reflect explicit design choices, not just what's observed in...
@komuw some documentation already in /docs, more in to-become-0.8.3 WIP. Assume that will be the source for GH Pages at https://komuw.github.io/sewer/ - or did it get setup differently?
@yombo Have you got a process working with those changes, or is this all hypothetical? It might just be a failure of imagination on my part, but I can't see...
So there's really no point in adding this to upstream sewer - this is only a tiny part of the local changes you're carrying, and it's of no use without...