summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Added interface to show TPS token certificates.Endi S. Dewata2015-04-081-0/+1
| | | | | | | The TPS REST service, CLI, and UI have been modified to provide an interface to search for certificates belonging to a token. https://fedorahosted.org/pki/ticket/1164
* Rename pki-tps-tomcat to pki-tpsMatthew Harmsen2014-09-031-0/+73
| | | | * PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
* Moved Tomcat-based TPS to separate folder.Endi S. Dewata2013-08-151-23/+0
| | | | | | | | | | | The source files for the new Tomcat-based TPS has been moved from base/tps to base/tps-tomcat. The new TPS will now be build in pki-core and packaged in pki-tps-tomcat RPM. The old TPS and RA have been restored to the previous state before adding the new TPS. Once the new TPS is complete, the old TPS can be removed, the new TPS can be moved back to base/tps and the package can be renamed back to pki-tps. Ticket #702
* Added Tomcat-based TPS instance.Endi S. Dewata2013-06-101-0/+23
The build and deployment tools have been modified to support creating a basic Tomcat instance to run TPS. New configuration and template files for TPS have been copied from another Tomcat subsystem. The TPS functionality itself will be added in future patches. Ticket #526