absmach / certs

Simple and fast certificates management service for basic certificate management actions
2 stars 2 forks source link

NOISSUE - Fix OCSP SDK #12

Closed nyagamunene closed 2 months ago

nyagamunene commented 2 months ago

What type of PR is this?

This is a bug fix because it fixes the following issue: in the OCSP endpoint the was using GET method instead of a POST method.

What does this do?

It fixes HTTP method and fixes the response.

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

No

Did you document any new/modified features?

No. Will be done on different PR.

Notes