Knowledgebase

Oracle Wallet Manager  Print this Article

Generate a Private Key and CSR for Oracle Wallet Manager

Set the ORACLE_HOME environment variable - open a terminal window and use a command:

export ORACLE_HOME=/home/oracle/infra

Now change directory $ORACLE_HOME/bin by using a command:

$ cd $ORACLE_HOME/bin
$ owm&

Open Oracle Wallet Manager.

Choose Wallet menu and click New menu option.

A warning "default directory does not exist" will display - click Yes to save wallet.

New Wallet window will appear - type password welcome1 and click OK.

Enter information about your company and the domain you would like to secure:

Common Name (CN) domain name you would like to secure: www.YourDomain.com (or *.YourDomain.com for Wildcard certificates)
Organization (0) company name: You Ltd
Organizational Unit (OU) your section or division of the organization: IT
City or Locality (L): Krakow
State (S) or Province: malopolskie
Country (C): Polska
E-mail: [email protected]
Key Bit Length: 2048-bit

Click OK to confirm all data you have entered.

Your CSR will be in the panel on the right.

Save a copy of CSR. You will need it after ordering process.

Was this answer helpful?

Related Articles

What is CSR and who needs it?
A Certificate Signing Request is a text generated on the server that is used to create your SSL...
Apache/OpenSSL
To generate a pair of private key and public Certificate Signing Request (CSR) for a webserver,...
Apache (with mod_ssl)
Installing SSL certificate on Apache with mod_ssl To install certificate you need 2...
Apache (Multi-Domain version)
To generate CSR file which includes more than one Fully Qualified Domain Name, you need to...
Apple Mac OS X Server
CSR is generated in 2 steps.I. Private key generation1. Log into server and open...