Is it me or POST-as-GET is not implemented on /acme/cert/ URI?
POST-as-GET on this (unedited version of the URL):
https://acme-v02.api.letsencrypt.org/acme/cert/03b2d9ef3editedsamplec9ee4f6
returns:
{
“type”: “urn:ietf:params:acme:error:malformed”,
“detail”: “Parse error reading JWS”,
“status”: 400
}
Do we have to maintain a GET for that? If so, how long will it stay operational?