hi ruchith
thx very much. i can see it now
in fact i have many question. i don't understand.
what's means of keystore. what is the defferents entre keystore key et certificate?
can i make a keystore like x509.PFX.MSFT? i should use openssl or keytool?
can we make the same key using openssl and keytool?
i know that i have many quesions naive. but i want to understand
thx for answer to me
regards
ying

 
On 5/12/06, Ruchith Fernando <[EMAIL PROTECTED]> wrote:
HI ying,

x509.PFX.MSFT is a PKCS12 keystore with which holds the priate key and
the public key certificate.

You can try the following command to see the contents of the
x509.PFX.MSFT file (from the same dir that the file is in).

keytool -list -keystore x509.PFX.MSFT -storepass security -storetype pkcs12 -v

you should see this output : [1]

HTH

Thanks,
Ruchith

[1] http://rafb.net/paste/results/0xAI8s84.html


>  thx; i have bad my key. there is no probleme now.
> but i have a question. what type is it the x509.PFX.MSFT? it is a key or a
> certificate. how can i creat something to instead of it?
> i need your help
> thx
>
> ragards
>
>
> ying
>
>
>
> >
> >
> > On 5/11/06, Mike Smorul <[EMAIL PROTECTED] > wrote:
> > >
> > > We use the following for creating pkcs12 stores for saml signing with
> > > openssl
> > >
> http://narawiki.umiacs.umd.edu/twiki/bin/view/Lab/CreateCertAuth
> > >
> > > and a simple servlet to do the same.
> > >
> > >
> http://narawiki.umiacs.umd.edu/twiki/bin/view/Main/AdaptCa
> > >
> > > -Mike
> > >
> > > zhou ying wrote:
> > > > hi
> > > > i want to know how to creat a key. in fact i have successed in signing
> > > > and crypting with the keys which i found in the wss4j. now i want to
> > > > creat my key. so i want to know how to do a key like the key
> > > > x509.PFX.MSFT. what is the type of it?
> > > > thx for answer to me
> > > >
> > > > regards
> > > >
> > > > ying
> > >
> > >
> >
> >
>
>

Reply via email to