enhanced metadata #133
martincorr
started this conversation in
Ideas
Replies: 0 comments
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.
-
With signserver Ive got access to a wide range of signing services, key types, algorithms, padding etc. At the client side, I access those through rest api pointing at named worker. what comes back in the response is the signature and the signer's certificate. all good stuff.
When sending a sign request it would be useful to receive back more information about the signature and signer:
As a workaround, Im having to connect to EJBCA rest api to find the issuing CA cert for which I need separate access permissions. It would be good to be able to specify in the signserver request json the response options Id like to receive back.
WRT digest algo Im not sure how I work that out. Maybe I can work that out from the signature but thats hard work.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions