CA Trust Management System (CA-TMS)
Contact: [email protected]
CA-TMS Team:
Johannes Braun
Pascal Weisenburger
Former team members:
Haixin Cai
Jannik Vieten
Compiled, ready-to-use packages can be found in CA-TMS/releases.
-
clone the git repository
$ git clone https://github.com/ca-tms/CA-TMS.git
-
build the CA-TMS Java application (using the included Eclipse project or the Ant build file)
$ cd CA-TMS/trustviewapplication $ ant jar
All library dependencies of the Java application are included in the repository and are packaged into the built JAR file. The library used to query notary services can be found in the ca-tms/sslcheck repository.
-
build the Firefox extension by packing the
[email protected]
directory into a ZIP file$ cd ../[email protected] $ zip -r CA-TMS.xpi content defaults locale skin chrome.manifest install.rdf
Install the Firefox extension by dragging the CA-TMS.xpi
into the Firefox
browser and run the CA-TMS Java application CA-TMS.jar
. The application must
be running in the background while using the Firefox extension.