RE: Use public key and private key in certificate

2000-03-21 Thread Angus Lee
>= Original Message From [EMAIL PROTECTED] = >What the certificate contains depends on how you requested and made the >cert. If you used CA.pl or CA.sh, which are in >mycert.key. Then I rename newcert.pem to mycert.cert. In which case I have >the cert in one file and the private key in

RE: Use public key and private key in certificate

2000-03-20 Thread Angus Lee
>= Original Message From [EMAIL PROTECTED] = > certificate contains only public key inside, private key usually is keeping >on server (owner of certificate). From certificate you can extract public key >only. If I extract the certificate and certificate's private key from Netscape's d

Re: Use public key and private key in certificate

2000-03-20 Thread Yuriy Stul
, 2000 11:49 Subject: Use public key and private key in certificate > Hi, > > Each certificate has a pair of public key and private key associated with it. > Can I extract the public key and private key from it to do encryption, > signing, and decryption? > > Does openssl s

Use public key and private key in certificate

2000-03-20 Thread Angus Lee
Hi, Each certificate has a pair of public key and private key associated with it. Can I extract the public key and private key from it to do encryption, signing, and decryption? Does openssl support any kind of encryption and decryption like PGPsdk? Angus Lee