Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: creating ewallet (8i)

Re: creating ewallet (8i)

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Thu, 08 Jan 2004 22:25:19 +0100
Message-ID: <btkh9s$ij4$1@news3.tilbu1.nb.home.nl>


Markus Erdmann wrote:

> Hello Ng,
>
> I try using my - already - existing certificate and private key in a wallet.
> Because the Oracle Wallet Manager (8i) doesn't support this i am trying
> creating a pkcs#12 file. This file includes the CA certificate, the private
> key and certificate of my server.
> The following steps where performed:
> - create pkcs#12 file:
> openssl pkcs12 -export -certfile ca-cert.pem -inkey my-private-key -in
> my-server-cert -name 'friendly-name' -certpbe PBE-SHA1-RC2-40 -keypbe
> PBE-SHA1-3DES -noiter -out ewallet.p12
>
> - parse the pkcs#12 file and produce pem file:
> openssl pkcs12 -in ewallet.p12 -out ewallet.pem
>
> - conver from pem to der:
> convert x509 - inform pem -outform der -in ewallet.pem -out ewallet.der
>
> Now i have a wallet...but the owm refuses to open it. owm wants the password
> for the wallet, but does't accept the, correct, password supplied.
>
> Can someone give me a hint?
>
> Greetings Malcom

The wallet password is a protection at file level - it has nothing to do with SSL passwords, or PKI passwords. I don't see you have any reference to those, either, btw.

Sure you have the correct password? It's the one you're asked to give (twice) when creating the wallet.

I have no clue where it is stored, and how to erase it.

-- 

Regards,
Frank van Bortel
Received on Thu Jan 08 2004 - 15:25:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US