ACMEv2 - POST-as-GET on /acme/cert/?

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?

Okay, that was me. :frowning: Works fine.

1 Like

Glad you sorted that out :slight_smile: It is indeed supported.

Unauthenticated GET support will be removed November 1st, 2019.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.