Create the Self Signed Root Certificate
[]$ openssl req -x509 -new -nodes -keyout ca.key -out ca.crt
Generating Certificates:
Create Key and Signing request in one command
(implied: openssl genrsa -nodes -out mycert.key 1024)
[]$ openssl req -nodes -new -keyout mycert.key -out mycert.csr