|
From: Nancy D. <nan...@gm...> - 2012-12-26 09:48:57
|
Hi, I would like to customize the project in a way that allows me to choose which certificate is used to sign the data. Currently, to my knowledge, I need to specify a .p12 file in the property file of each signer. That file will then be used for signing. I want to change the source code so that the worker can be reloaded (or started) by some command like this: # bin/signserver.sh reload 3 001 where 3 is the worker ID and 001 is the certificate ID from a database. I'm new to Sign Server and still dig in. Please help me with some ideas how to do this. Or at least answer the question: Is this possible? Thank you very much. -- Nancy |