Search notes:

orapki

orapki manages the public key infrastructure (PKI) elements, for example (PKCS #12) wallets or certificate revocation lists.
Create a wallet:
$ mkdir -p $ORACLE_HOME/admin/ORA19/wallet
$ orapki wallet create $ORACLE_HOME/admin/ORA19/wallet -pwd mySecret%passw0rd -autologin
Add a certificate
$ orapki wallet create $ORACLE_HOME/admin/ORA19/wallet -trusted_cert -cert "/path/to/renes.crt" -pwd mySecret%passw0rd

Managing TDE keystores

As per MOS Note 2253348.1, orapki can be used to manage TDE keystores, but is not recommended because

See also

owm
$ORACLE_HOME/bin

Index