Menu

signserver saves the data?

rod
2012-07-09
2013-02-26
  • rod

    rod - 2012-07-09

    Hi there, i'm having some problems trying to find out where is saved the data from the TSA module in signserver.  I have configured signserver to use mySQL database but when I go to my database manager,  there ir no data in there. Please, can you tell me where the data is being saved? Or is only saved in the log?

    Thank you!

     
  • Anonymous

    Anonymous - 2012-07-09

    Hi,
    I found this in the on-line manual:

    11  Archiving Responses (SignServer only)

    If there is a need to save all generated responses, then set the property “ARCHIVE” to “TRUE” and all generated responses for that signer will be saved to database.

    The archived responses can later be extracted from data base using the CLI interface. See the CLI section for more information.

    Cheers,
    Anders
    PrimeKey Tech support

    --
    PrimeKey Solutions offers commercial EJBCA and SignServer support
    subscriptions and training courses. Please see www.primekey.se or
    contact info@primekey.se for more information.
    http://www.primekey.se/Services/Support/
    http://www.primekey.se/Services/Training/

     
  • rod

    rod - 2012-07-10

    Thanks for the quick reponse!! I'm having some troubles trying to find the file with the configuration. Can you tell me what is the exactly location of that conf file? Or i just can modified the configuration throught the command line? In that case.. what commands i have to execute?

    Thanks for all!

     
  • Markus Kilås

    Markus Kilås - 2012-07-11

    Worker properties can be set using the

     bin/signserver setproperty WORKERID PROPERTYNAME PROPERTYVALUE
    

    command or they can be stored in a properties file and loaded with the

    bin/signserver setproperties PROPERTYFILE command
    

    .  Don't forget to issue the

    bin/signserver reload WORKERID
    

    after changing a property otherwise they will not take effect. You can also see doc/sample-configs/ for some example files.

    Best regards,
    Markus

     
  • rod

    rod - 2012-07-12

    Thank you so much!!! It works!!! :D Thank you again!!!

     

Log in to post a comment.