Sun Java System Access Manager version 2005Q1  

Main Page

CertLogin Samples Readme File


CertLogin  SAMPLE_DIR on different Platforms :

The sample program in <SAMPLE_DIR> demonstrates how to use Remote Client API to authenticate to Certificate Authentication Module.
  

Running CertLogin Sample

  1. Setup SSL Configuration  
  2. Change environment variables in Makefile, compile and execute the sample.


Using certutil for client certificate management:
     
   Certutil is a command-line utility that can create and modify cert7.db and key3.db database files. It can also list, generate, modify, or delete certificates within the cert7.db file and create or change the password, generate new public and private key pairs, display the contents of the key database, or delete key pairs within the key3.db file. The key and certificate management process generally begins with creating keys in the key database, then generating and managing certificates in the certificate database. For more information about this tool, please reference Using the Certificate Database Tool

For the details, please reference the Remote Client API Java Docs.