Skip to content

Trust Anchor Installation for Oracle wallets using orapki⚓︎


oraki wallets⚓︎

Bash
1
2
3
4
5
6
# Copy the pem based certificates for both your Root and Intermediate to the wallet directory
orapki wallet add -wallet ewallet.p12 -trusted_cert -cert ROOT.pem
orapki wallet add -wallet ewallet.p12 -trusted_cert -cert INTERMEDIATE.pem

# Verify your PKI certs are now listed in the wallet
orapki cert display -cert ewallet.p12 -summary