From LedHed's Wiki
Revision as of 22:51, 7 March 2007 by Ledhed (Talk | contribs)

Jump to: navigation, search

To create a Self Signed SSL Certificate:

openssl req -x509 -nodes -newkey rsa:1024 -keyout \
 /etc/ssl/private/yourcert.key \
 -out /etc/ssl/private/yourcert.pem

This creates a 1024 bit Encrypted certificate, and saves it as /etc/ssl/private/yourcert.pem