unshine sun wrote:
> hiI want to converting public key to certificate requests. How do it?
You can't. You need the private key in order to create what is called a
proof of possession.
i.e. the system is conceived so that you can't just take the public key
and create a certificate request with the information you want.
You need to use the private key to sign this request.
This restrains you from requesting a certificate for someone else with
information he does not want inside.
Of course technically it's always possible, but the tools are conceived
so that you will not be able to do it too easily.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]