Authorization deactivation

OK, I think I worked it out ...

The request needs to be sent to the relevant auth location

https://acme-staging.api.letsencrypt.org/acme/authz/asdfg

and the payload needs to be

{"resource": "authz", "status": "deactivated"}

Working perfectly in all my tests :slight_smile: so the GetSSL client now supports this

2 Likes