Anyone have any idea how to properly create a CSR in Tomcat 5.0 to submit to Verisign?
The command line is: Keytool -certreq -keyalg RSA -alias tomcat -file certreq.csr \ -keystore <your_keystore_filename> The problem is that the -keyalg switch does not exist with the syntax for the -certreq switch. I can create the CSR file without the -keyalg switch. What affect will this have when submitting this to the CA? What encryption level? Richard Panek [EMAIL PROTECTED]
