Sun Java System Web Server 7.0 Update 1 Administrator's Guide

ProcedureTo Set the Token Password

  1. Go to the configuration page in administration console.

  2. Click the Certificates > PKCS11 Tokens tab.

  3. Click the PKCS11 token name (default is internal).

  4. Select the Token State checkbox.

  5. Enter password information.

  6. If you do not want to be prompted for password at instance startup select the checkbox Do not prompt for the new password at instance startup. Click OK.

  7. The password will be saved in the configuration. For removing the password, perform the above steps and select Unset Password option.


    Note –

    Using CLI

    For setting password for the internal PKCS11 token through CLI, execute the following command.


    wadm> set-token-pin --user=admin --password-file=admin.pwd --host=serverhost 
    --port=8989 --config=config1 --token=internal

    See CLI Reference, set-token-pin(1).