wsdl no run revokeCert (soap xml) #570
jpertuz-19
started this conversation in
General
Replies: 2 comments 4 replies
-
Solved: <ws:revokeCert\n' + Can you help me print a user's certificateSN? findUser? or findCerts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For revoke, i use firts findCerts, for obtain cert. then read x509 extrack serial-number with serialnumber use rovokeCert |
Beta Was this translation helpful? Give feedback.
4 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
i use SOAP xml for create user/certificate. all work fine.
I can revoker the entity with revokeUser but with revokeCert for the certificate I get an error.
java.lang.IllegalArgumentException: badly formatted directory string
ws:revokeCert\n' +
' CN=MYAC\n' + "Issuer"
' 123456789123456\n' + "certificateSN"
' 20\n' + "reason" ???? dude
' </ws:revokeCert>\n' +
The arg3 "reason" I can't figure out what code to put in, it's the one that gives the error.
Beta Was this translation helpful? Give feedback.
All reactions