> I have a private key that I created with
>
> /usr/local/ssl/bin/req -new -x509
>
> This key is now called privkey.pem
>
> I know want to create a new key/certificate pair
> /usr/local/ssl/bin/req -new -x509 -keyout keyb.pem > cert.pem
>
This script generate "self-signed certificate".
You may use "/usr/local/ssl/bin/req -new -keyout keyb.pem -out
cert.pem".
Then, run "/usr/local/ssl/bin/ca -keyfile privkey.pem -in cert.pem -out
cert2.pem"
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]