[PATCH] 422 Added login page for TPS UI.
by Endi Sukma Dewata
The TPS UI has been modified to provide an unprotected front page.
The main TPS UI has been moved into a protected area. The front
page provides a login button which when clicked will ask the user
to authenticate with the client certificate. If the authentication
is successful, the main page will appear. There is also a logout
link on the upper right corner of the main page. When clicked it
will destroy both the client and server sessions.
Ticket #846
--
Endi S. Dewata
10 years, 11 months
Dogtag 10.1 User Documentation?
by JACKSON, BOYD R
Greetings all,
Does anyone on this mailing list know of any resources I could use that would show me the steps required to generate certificates using Dogtag 10.1? I have all of the Dogtag 10.1 components installed but looking for some insight on how to create, issue and manage client certificates that will be used for client authentication. The server that will be contacted has a Verisign issued certificate.
Boyd Jackson
AT&T Government Solutions
Cell- 703-314-9173
Fax- 212-202-5261
10 years, 11 months
[PATCH] 414 Direct deployment for TPS.
by Endi Sukma Dewata
The deployment tool has been modified to deploy TPS directly from the
share folder. This way the TPS UI can be upgraded automatically with
RPM upgrade without having to write upgrade scripts.
For this to work, the TPS web application files cannot contain any
customization. So, the cfgPath parameter has been removed from web.xml,
and the CMSStartServlet has been modified such that if the parameter is
missing it would generate a default path matching the original value in
web.xml. Also, the velocity.properties has been modified to use a fixed
value for the file.resource.loader.path parameter pointing to the share
folder.
In the future other subsystems may be modified to use the same
deployment mechanism.
Ticket #748, #752, #499
--
Endi S. Dewata
10 years, 11 months
[PATCH] 419 Added CLI help command.
by Endi Sukma Dewata
A new help command has been added to display the manual page of the
specified command. If the manual page doesn't exist it will try to
display the manual page of the parent command.
Ticket #519
--
Endi S. Dewata
10 years, 11 months
[PATCH] 839 Split pki manual page.
by Endi Sukma Dewata
The manual page for pki has been split into separate pages for each
command module to simplify reading and editing. The formatting have
been fixed to make it more consistent. The content of the manual
pages will be further improved in future patches.
Ticket #839
--
Endi S. Dewata
10 years, 11 months
[PATCH] 417 Replaced CLI wrapper with Python.
by Endi Sukma Dewata
The existing CLI wrapper script was written in Perl to call Java CLI.
It has been replaced with a Python script that can call either the
existing Java CLI or a not-yet-implemented Python CLI by specifying
a --client-type parameter. This will allow testing the Python client
library via CLI in the future.
--
Endi S. Dewata
10 years, 11 months
[PATCH] 415 Fixed CLI exceptions.
by Endi Sukma Dewata
Previously if the CLI requires SSL but the security database doesn't
exist it would throw an IOException. Now it has been replaced with an
Error.
The exception handler also has been modified to generate better error
messages.
Ticket #821
--
Endi S. Dewata
10 years, 11 months