Loads the Oracle wallet for validating the TLS server certificate of an Oracle DBMS. Overwrites the wallet previously loaded.
evactl load-oracle-wallet -f <wallet-folder> [-y]
For example:
sudo ./evactl load-oracle-wallet -f ./oracle-wallet
Loading Oracle Wallet... Done
If the value of the Driver configuration parameter is not oracle
, skip this command and select the certificate with the SSL validation certificate parameter instead.
-f <wallet-folder>
Load the the <wallet-folder>
Oracle Wallet containing the certificate. Where <wallet-folder>
is the path of the Oracle Wallet folder.
See the Oracle documentation for how to generate an Oracle Wallet with the orapki
command-line tool.
Mandatory: Yes.