# add the Root CA certificate as a trusted cert in to the wallet
orapki wallet add -wallet ./trust_wallet/ -trusted_cert -cert ROOT.cer -pwd OurPassword
# add the Intermediate CA certificate as a trusted cert in to the wallet
orapki wallet add -wallet ./trust_wallet/ -trusted_cert -cert INTERMEDIATE.cer -pwd OurPassword
# display the wallet and confirm you see 2 "Subject" lines. The Root, and Intermediate should be listed
orapki wallet display -wallet ./trust_wallet/