Non GUI access to Oracle Wallet Manager
I need to import some certific开发者_如何转开发ates to an Oracle Wallet, but can't run a GUI on the host system. Is there a CLI alternative?
Use the orapki utility.
orapki wallet create -wallet /private/user/orapki_use/server -auto_login
orapki wallet add -wallet /private/user/orapki_use/server -trusted_cert -cert /private/user/orapki_use/root/b64certificate.txt
精彩评论