|
cert request using openssl
I am trying to create a Cert Request using openssl to enable SSL in tomcat. These are some of the requirements from the source that will sign the request.
1. Must create PKCS#10 certificate request.
2. must use 1024 bit key length.
3. CAN NOT use a PEM challenge phrase. (Something about it creating a PKCS#9 extension that is unsupported.)
4. Must use a password.
Any idea what openssl command I need to execute to comply with these regulations?
Thanks a million in advance.
|