File jtss_tcs.ini of Package drmcore
# IAIK jTSS - Java TCG Software Stack # TSS Core Services (TCS) configuration file # This configuration file is read by the jTSS TCS. # Copy it to the same location where the TCS jar file resides. [PersistentStorage] # set the type of the persistent storage to use type=iaik.tc.tss.impl.ps.TcTssSystemPsFileSystem [TcTssSystemPsFileSystem] # TODO: set the location for the system persistent storage (TCS level key storage) # NB: Must not be the same folder as for user persistent storage. folder=/var/lib/drmcore/ [SOAP] # The Trusted Core Services TCS can provide access for the Trusted Service Providers TSP # either via local calls or the SOAP interface. For the soap server module, a socket can # be configured. The default is 30003 as specified by the TCG. portnumber=30003 # This option is just for debugging purposes. If the "debug" options is set to # true the TCS writes additional debugging information to the log files. # If debug is set to false the TCS just reports to the standard output. debug=true