You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to get client-side hashing via the "REST Interface" to work.
I had a hard time (in the end reading the source code) to find out, that I have to give data base64 encoded and addtionally set encoding to BASE64.
I just got as error, that the supplied data length does not match the hash algorithm expected length.
After I have set encoding to BASE64 it started working.
But the only places where it is mentioned is in doc/htdocs/REST_Interface.html as possible request parameter.
But it is nowhere really described and completely missing e.g. from https://docs.keyfactor.com/signserver/latest/plain-signer and https://docs.keyfactor.com/signserver/latest/client-side-hashing.
I think it would be very beneficial to add some words about it to the documentation.
The text was updated successfully, but these errors were encountered:
I tried to get client-side hashing via the "REST Interface" to work.
I had a hard time (in the end reading the source code) to find out, that I have to give
data
base64 encoded and addtionally setencoding
toBASE64
.I just got as error, that the supplied data length does not match the hash algorithm expected length.
After I have set
encoding
toBASE64
it started working.But the only places where it is mentioned is in
doc/htdocs/REST_Interface.html
as possible request parameter.But it is nowhere really described and completely missing e.g. from https://docs.keyfactor.com/signserver/latest/plain-signer and https://docs.keyfactor.com/signserver/latest/client-side-hashing.
I think it would be very beneficial to add some words about it to the documentation.
The text was updated successfully, but these errors were encountered: