Setting up SSL on Oracle Application Server 10.1.3.4.0
Hi All
I have an oracle application server version : Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
on a linux machine(EDT 2009 i686 i686 i386 GNU/Linux)
I created an oracle wallet and created a csr(certificate signing request) and sent that to thawte and got a thawte
certificate in the email
Now i am trying to follow this note:184701.1 but its not very clear
I have a few question
1) I have the certificate now. How do i save that certificate. For instance on the machine my wallet is under /etc/ORACLE/WALLETS/ora_oas directory
The doc says to do this
$ ssl2ossl -cert /<path>/server.crt -key /<path>/private.key -cafile /<path>/rootca.crt -ssowallet yes
Enter wallet password:
Verifying password - Enter wallet password:
SUCCESS
In this what would be my private key and rootca.crt
Any ideas on how to import and setup a trusted certificate not a self signed into oracle wallet