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
> >
> >
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to