JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Directory Server Enterprise Edition Installation Guide 11 g Release 1 (11.1.1.5.0)
search filter icon
search icon

Document Information

Preface

1.  Before You Install

Quick Scan of Fully Installed and Running Directory Server Enterprise Edition

Directory Server Enterprise Edition Software Distributions

File and Process Ownership on Unix Systems

Installation in Solaris Zones

Part I Installing and Uninstalling Directory Server Enterprise Edition

2.  Installing Directory Server Enterprise Edition

3.  Uninstalling Directory Server Enterprise Edition

4.  Installing and Uninstalling Directory Server Enterprise Edition Using Native Packages

Part II Appendixes

A.  Deploying the DSCC WAR File

B.  Working With Sun Cryptographic Framework on Solaris 10 Systems

Using Directory Server With Cryptographic Hardware on a Solaris 10 System

To Use Directory Server With Cryptographic Hardware on a Solaris 10 System

Using Directory Proxy Server With Cryptographic Hardware on a Solaris 10 System

To Use Directory Proxy Server With Cryptographic Hardware on a Solaris 10 System

Index

To Use Directory Proxy Server With Cryptographic Hardware on a Solaris 10 System

  1. Stop Directory Proxy Server.
    $ dpadm stop /local/dps
  2. Turn off the certificate database password storage.
    $ dpadm set-flags /local/dps cert-pwd-prompt=on
    Choose the certificate database password:
    Confirm the certificate database password:
  3. Set the PIN used to access the cryptographic framework by typing the pktool setpin command.

    Use the same password that you typed when turning off the certificate database password storage.

  4. Generate a key pair by using the cryptographic framework as the key store.
    $ keytool -genkeypair -alias defaultDPScert
     -dname "ou=dps server,dc=example,dc=com" -keyalg RSA -sigalg MD5withRSA
     -validity 3652 -storetype PKCS11 -keystore NONE -storepass pin-password

    pin-password is the password that you set as the PIN with the pktool setpin command.

  5. Edit the Directory Proxy Server configuration file, adding the following attributes to the base entry, cn=config.
    serverCertificateNickName: defaultDPScert
    certificateKeyStore: NONE
    certificateKeyStoreType: PKCS11
  6. Start Directory Proxy Server.
    $ dpadm start /local/dps