On Tue, Dec 29, 2009 at 1:16 PM, m.roth@5-cent.us wrote:
On Tue, Dec 29, 2009 at 12:56 PM, m.roth@5-cent.us wrote:
Lanny wrote:
<snip> >>> "I believe the issue you are having is due to the size of the >>> encryption key. The ensim control panel generates a 1024 bit key, >>> where the certificate you got was 2048 bits. What you need to do is >>> generate a 2048 bit key and csr on your domain. You would need to >>> login in to your domain through ssh and generate the files from the >>> command line."
You might want to mouse around the server - it could just be that openssl isn't in your path, which isn't unreasonable for an ordinary user. Check the man page, and see what it says, or rpm -ql openssl
Mark: Thank you. openssl *is* shown in the services running, so I am sure that is the problem, that it is not in my path. I will ask him to include openssl in my path. Lanny