How do you make a self signed SSL cert like in PLESK?
R Ronny Well-Known Member Dec 27, 2002 62 0 156 Feb 6, 2003 #1 How do you make a self signed SSL cert like in PLESK?
J Juanra Well-Known Member Sep 22, 2001 777 0 316 Spain Feb 6, 2003 #2 See here for example: http://slacksite.com/apache/certificate.html Once you've generated the certificate install it through WHM. I don't think you can do the whole process in WHM, but that would be a neat addition.
See here for example: http://slacksite.com/apache/certificate.html Once you've generated the certificate install it through WHM. I don't think you can do the whole process in WHM, but that would be a neat addition.
R Ronny Well-Known Member Dec 27, 2002 62 0 156 Feb 6, 2003 #3 Thanks Juanra! When I type: openssl rsa -in server.key -out server.pem It asks me to enter a paraphrase.
Thanks Juanra! When I type: openssl rsa -in server.key -out server.pem It asks me to enter a paraphrase.
J Juanra Well-Known Member Sep 22, 2001 777 0 316 Spain Feb 6, 2003 #4 Sure, that's the passphrase you entered when you created the server.key file in the previous step.