Hello, Is it possible to deploy an architecture that enable users to sign with their keys (generated on the server side but they have control over it) using SignServer and EJBCA for example (or other PKI). Can signserver handle a signing worker per user ? (not a great solution) Should we modify the workers (set new properties) every time the user changes and then reload the workers ? Or is it just not possible ?
Very nice , thank you !
Hello, Is it possible to send a hash of file to SignServer PlainSigner and get signature for that ? For example I have a binary file that I want to sign, but I don't want to send the whole file to SignServer, instead I'll compute the hash of the file and then send it to PlainSigner who continue the process and returns a Signature.
Hello, I'm trying to configure a worker : bash /opt/signserver/bin/signserver setproperties /opt/signserver/doc/sample-configs/keystore-crypto.properties bash /opt/signserver/bin/signserver setproperty 1 KEYSTOREPATH /opt/signserver/res/test/dss10/dss10_keystore.p12 bash /opt/signserver/bin/signserver setproperty 1 KEYSTOREPASSWORD $1 bash /opt/signserver/bin/signserver setproperty 1 DEFAULTKEY $2 bash /opt/signserver/bin/signserver reload 1 And I'm trying to use posgresql database 11.3, and configured...
Hello, I'm trying to configure a worker : bash /opt/signserver/bin/signserver setproperties /opt/signserver/doc/sample-configs/keystore-crypto.properties bash /opt/signserver/bin/signserver setproperty 1 KEYSTOREPATH /opt/signserver/res/test/dss10/dss10_keystore.p12 bash /opt/signserver/bin/signserver setproperty 1 KEYSTOREPASSWORD $1 bash /opt/signserver/bin/signserver setproperty 1 DEFAULTKEY $2 bash /opt/signserver/bin/signserver reload 1 And I'm trying to use posgresql database 11.3, and configured...
Thank you
How can I resolve this issue ?
Hello J.Eklund, Yes I think so.