Databases Reference
In-Depth Information
This tool can be used to create and view signed certificates for testing purposes,
create Oracle Wallets, add and remove certificate and certificate requests, and
manage Certification Revocation Lists ( CRLs )—renaming them and managing them
against the Oracle Internet Directory.
The syntax for this tool is:
orapki module command -parameter <value>
module can have these values:
wallet : Oracle Wallet
crl : Certificate Revocation List
cert : The PKI Certificate
To create a Wallet you can issue this command:
orapki wallet create -wallet <Path to Wallet>
To create a Wallet with the auto login feature enabled, you can issue the command:
orapki wallet create -wallet <Path to Wallet> -autologin
To add a certificate request to the Wallet you can use the command:
orapki wallet add -wallet <wallet_location> -dn <user_dn> -keySize
<512|1024|2048>
To add a user certificate to an Oracle Wallet:
orapki wallet add -wallet <wallet_location> -user_cert -cert
<certificate_location>
The options and values available for the orapki tool depend on the module to
be configured:
orapki Action
Description and Syntax
orapki cert
create
Creates a signed certificate for testing purposes.
orapki cert create [-wallet <wallet_location>] -request
<certificate_request_location> -cert <certificate_
location> -validity <number_of_days> [-summary]
orapki cert
display
Displays details of a specific certificate.
orapki cert display -cert <certificate_location> [-
summary|-complete]
Search WWH ::




Custom Search