Error revoking certificate by EJBCA REST #987
Unanswered
rubenCortes
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Can you provide json of your requests, or sorry, it's not json in the revoke request, but the full request string please. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have EJBCA 8.3.2 Community installed. I can create certificates using the REST API: v1/certificate/pkcs10enroll, and it works without problems. However, when I try to revoke a certificate with: /v1/certificate/{issuer_dn}/{certificate_serial_number}/revoke, as specified here: https://docs.keyfactor.com/ejbca/latest/open-api-specification, the revocation doesn't work, and the EJBCA logs don't show any errors. But when I make the request, it generates a 400 error. What else do I need to do to make the revocation work? Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions