twisted/txacme

Registration should be updated if it exists

mithrandi opened this issue · 1 comments

Currently txacme.client.Client.register() will recover the existing registration if one already exists for the client key; however, in this case, the existing registration will not be modified at all. It should probably be updated with the details from the NewRegistration object, if passed.

Fixed in #97.