- Common Name: Enter the fully qualified domain name that you need to secure (www.yourdomain.com).
- Organizational Unit: Enter a department such as 'Security' or 'IT'.
- Organization: Enter the full legal name of your organization (DigiCert, Inc.).
- Locality/City: Enter the city or locality where your organization is located.
- State/Province: Enter the state or province where your organization is located.
- Country: Select the country where your organization is located.
- Key Size: Select 2048 as your key size to use when creating the public/private key pair.
- orapki wallet create -wallet c:\wallet -pwd ERPstuff_123 -auto_login
NOTE: This allows Oracle processes to access the wallet without prompting for a password. - orapki wallet add -wallet c:\wallet -dn "CN=ERPstuff, OU=IT, O=Jadeed Services, L=Lahore, ST=Punjab, C=PK" -keysize 2048 -pwd ERPstuff_123
- orapki wallet export -wallet c:\wallet -dn "CN=ERPstuff, OU=IT, O=Jadeed Services, L=Lahore, ST=Punjab, C=PK" -keysize 2048 -request c:\request.csr -pwd wallet_password
- orapki wallet add -wallet c:\wallet -cert "c:\wallet\GTS Root R1.crt" -trusted_cert -pwd ERPstuff_123
- orapki wallet add -wallet c:\wallet -cert "c:\wallet\WR2.crt" -trusted_cert -pwd ERPstuff_123
- orapki wallet add -wallet c:\wallet -cert "c:\wallet\mail.google.com" -trusted_cert -pwd ERPstuff_123
- orapki wallet display -wallet c:\wallet
orapki wallet remove -wallet c:\wallet -trusted_cert -cert "c:\wallet\WR2.crt" -pwd ERPstuff_123
What is SSL?
Digicert Certificates Request Creation in Oracle Wallet Manager
Digicert Certificates in Oracle Wallet Manager
Configure SSL in Tomcat
How to create a DB Link in Autonomous Database?