Creating a New Auto-Login Wallet to Store the Certificates

  1. Use the following command to create a directory for the wallet that you will create:

    mkdir -p <path>/wallet

    Example:

    mkdir -p /u01/app/oracle/wallet

  2. Use the following command to create a new auto-login wallet:

    orapki wallet create -wallet <path>/wallet -pwd <password> -auto_login_local

    Example:

    orapki wallet create -wallet "/u01/app/oracle/wallet" -pwd WalletPasswd123 -auto_login_local