Setting Up WALLET to Add SSL Certificates
- Create wallet using the below command from OS command line(terminal / command prompt).
orapki wallet create -wallet <<Wallet location>> -pwd <<wallet password>> -auto_login
- For each trusted certificate use the below command from ODS command line to add them to the wallet.
orapki wallet add -wallet <<Wallet location>> -trusted_cert -cert <<Trusted cerificate>> -pwd <<wallet password>>
- Once all the certificates added to the wallet, issue the below command to view them for confirmation.
orapki wallet display -wallet <<Wallet location>>
Note: Wallet needs to be created only when ODS application runs on SSL protocol and needs to be created in both STAGING and TARGET. Also make sure the <<Wallet Location>> is same in both STAGING and TARGET.