cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
453
Views
0
Helpful
4
Replies

wallet for oracle - SSL termination

julxu
Level 1
Level 1

I need setup SSL termination on my CSS11506. I am trying to migration the CA from oracle/apache/solaris9 and find they do not use private/public key, but wallet.

How can I do with wallet? is possible to migrate wallet to CSS11506? if so, how to do it and is there any URL ?

any comments will be appreciated

Thanks in advance

1 Accepted Solution

Accepted Solutions

check your ewallet.out file and verify that there is a private key inside.

try 'openssl rsa -in ewallet.out -text' and see if there is a certificate and a key present.

Gilles.

View solution in original post

4 Replies 4

Gilles Dufour
Cisco Employee
Cisco Employee

a wallet contains certificate and key.

You should be able to extract this info from the wallet using the wallet manager.

http://matrix.csustan.edu/docs/oracle/oas/core.1012/b13995/wallets.htm#CIHDIGED

See the export function :

http://matrix.csustan.edu/docs/oracle/oas/core.1012/b13995/wallets.htm#CIHDIGED

Gilles.

Hi, Gilles,

Great thanks for your help,

I have just got news from our oracle people.

I have also tried to use "openssl pkcs12 -in ewallet.p12 -out ewallet.out"

and I have got two extracted file from different way for extract.

However, the serv cert is ok to import into CSS 11506, and successfully associated to a cert.

the private key can not be associated, it complain as:

%%File does not contain an RSA key

please advice am I did wrong for it?

Many Regards

check your ewallet.out file and verify that there is a private key inside.

try 'openssl rsa -in ewallet.out -text' and see if there is a certificate and a key present.

Gilles.

yes, it fix my problem, and the private key seems working fine in my CSS11506

Thousands thanks.