Previous Contents DocHome Index Next |
iPlanet Trustbase Transaction Manager 2.2.1 Utility Guide |
Chapter 1 Introduction
Generally, the objectives of this chapter are to cover:
Related Documents
Related Documents
The complete documentation set comprises of:
iTTM2.2-Utility-Guide.pdf (this Document) that provides some tools for helping with PKI Certificate Management.
iTTM2.2-Install-Configuration-Guide.pdf is designed for operators looking to produce applications that utilise the iPlanet Trustbase Transaction Manager framework. It is designed to provide information for operators looking to install the iPlanet Trustbase Transaction Manager platform. This guide identifies hardware and software required prior to installation, how to install iPlanet Trustbase Transaction Manager from CD-ROM.
iTTM2.2-Developer-Guide.pdf that indicates how to build and deploy your own services.
Overall Layout
Certmanager is a utility that allows you to manage your certificates more easily. It covers the following topics:
Frame views: Cert Store, Cert View and Certificate Details (See Section "Frame Views," on page 15)
Changing Certificate View Attributes allows you to define how you wish to view certificates (See Section "Certificate View," on page 24)
Moving Certificates around the screen allows you to copy and paste certificates into different views (See Section "Copying from one view to another," on page 27)
Importing and Exporting certificates allows you to enter trusted relationships from recognised certificate authorities by importing and exporting certificates generated from other Certificate Authorities. (See Section "Certificate Access," on page 32)
Entering Certificate Details allows you to enter information about your certificates (See Section "Create New Certificate," on page 36)
Generating new certificates and obtaining PKCS10 Certificates allow you to create a certificate hierarchy (See Section "Obtaining Certificates from a CA," on page 44)
References, Index and Glossary of commonly used terms are listed at the end of the guide
Target audience
This Configuration Manual is designed to take an operator through the concepts and details of configuring an application based on the iPlanet Trustbase Transaction Manager architecture. It looks at the different aspects to Certificate User interfacing. It is intended for a User or Developer who is unfamiliar with the issues surrounding certificate and key management.It does however fulfil the requirements for a number of other types of user, in particular:
System Administrators looking to manage the certificates that have been configured by the iPlanet Trustbase Transaction Manager platform.
Java Application Developers wishing to install and use.
Users looking to understand the concepts behind the iPlanet Trustbase Transaction Manager platform.
Users looking to understand the basic security concepts that are inherent with the iPlanet Trustbase Transaction Manager platform.
Technical Managers looking to identify the benefits of iPlanet Trustbase Transaction Manager
Invoking CertManager from Unix
CertManager can be invoked from the Unix prompt as follows:
Figure 1-1    Invoking CertManager
The final file that requires modification is for the Java GUI based certificate viewer and manipulation tool. This requires modification to the startup-script, (/opt/Trustbase/TTM/Scripts directory). A sample startup-script looks as follows:
Figure 1-2    Starting the store from runcertmanager
#!/bin/sh
. ./setcp
ulimit -n 128
cd $TBASE_INSTALL
exec java uk.co.jcp.app.swingcertview.CertManager charles1 charles1 charles1 sunstorm.jcp.co.uk 1521 orcl
The java command parameters need to be adjusted to represent the details of the oracle store. The first 6 parameters (shown in bold above) represent, Oracle login name, Oracle login password, PbePassword set the same as Oracle login password, Oracle hostname, Oracle port number and Oracle SID.
Previous Contents DocHome Index Next
Copyright © 2001 Sun Microsystems, Inc. Some preexisting portions Copyright © 2001 Netscape Communications Corp. All rights reserved.
Last Updated April 18, 2001