summaryrefslogtreecommitdiffstats
path: root/base/console/templates
Commit message (Collapse)AuthorAgeFilesLines
* Ticket 1459 Dogtag clients cannot connect when CS is configured with ECCChristina Fu2015-07-131-0/+2
| | | | clients are: cli, HttpClient, and java console
* Remove x86 architecture limitationsMatthew Harmsen2015-06-111-14/+0
| | | | - PKI Trac Ticket #1392 - Remove i686/x86_64 architecture
* Debian - replace arch specificationAde Lee2014-01-081-2/+2
| | | | | | | uname -i returns "unknown" on a debian system. "arch" on the other hand works for fedora, rhel and debian. Replacing these for all packages except for the migration ones which will not be built on debian in any case.
* Fixed pkiconsole to work on Fedora 19Matthew Harmsen2013-05-021-2/+2
| | | | * TRAC Ticket #602 - pkiconsole cannot find 'jss4.jar' on Fedora 19
* Removed duplicate common classes in pki-console.jar.Endi Sukma Dewata2012-09-041-0/+1
| | | | | | | | The pki-console has been modified to depend on pki-base. This way it's no longer necessary to include duplicate common classes in pki-console. Ticket #113
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-262-0/+179
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131