HIRS/tools/tcg_rim_tool
2021-07-13 10:42:46 -04:00
..
gradle/wrapper Rename project to tcg_rim_tool and move under tools/ directory 2020-01-06 16:14:04 -05:00
libs Rename project to tcg_rim_tool and move under tools/ directory 2020-01-06 16:14:04 -05:00
scripts Update version to 2.0.0 2020-11-10 15:39:47 -05:00
src Parse public key or signing cert from XML properly. Disallow a single cert for validation. Update javadocs 2021-07-13 10:42:46 -04:00
build.gradle Update version to 2.0.0 2020-11-10 15:39:47 -05:00
gradlew Rename project to tcg_rim_tool and move under tools/ directory 2020-01-06 16:14:04 -05:00
gradlew.bat Rename project to tcg_rim_tool and move under tools/ directory 2020-01-06 16:14:04 -05:00
keystore.jks Implement --create, --attributes, --out, and --help in JCommander 2020-06-08 06:50:46 -04:00
package.sh Install link to /usr/local/bin 2020-06-19 09:15:02 -04:00
README.md Update README.md 2020-08-12 12:03:02 +00:00
rim_fields.json Add -p option under -v to validate a self-signed base RIM with an external cert 2020-07-21 14:50:07 -04:00
RimSignCert.pem Print AIA extension from validation cert 2020-07-23 10:06:49 -04:00
tcg_rim_tool.spec Fix path for jar file 2020-11-20 12:42:07 -05:00

To support the TCG RIM concept a new command line application alled the The tcg_rim_tool has been created. The tcg_rim_tool can be used to create NISTIR 8060 compatible SWID tags that adhere to the TCG PC Client RIM specification. It also supports the ability to digitally sign the Base RIM file as the HIRS ACA will require a valid signature in order to upload any RIM file.

Building

To build this tool navigate to the tcg_eventlog-tool directory and use the following commmand:

./gradlew clean build

Packaging

To package the tcg_rim_tool use the package.sh script to produce an RPM file for Linux distrobustions that support thw RPM package manager. The rpm file will be located in the rpmbuild/RPMS/x86_64/ directory if the package script was sucessful. Although packaging for other distributions is not currently avialble the tool can be built an run on other systems that support java and gradle, such as windows 10.

Usage

The tcg_rim_tool rpm will create a rim commandline shortcut. This can be invoked from a command line:

rim -h

The tcg_eventlog_tool also can be invoked using java from the tcg_eventlog_tool directory:

java -jar build/libs/tools/tcg_rim_tool-1.0.jar -h

Current options for the tool can be found using the -h option.