Creating SSL Keys and Certificates
Creating SSL Keys and Certificates
KEYS:
taikhan@ubuntu:~/ssl$ openssl genrsa -des3 -out keys/ca.key 1024
....++++++
.++++++
e is 65537 (0x10001)
CERTIFICATES:
taikhan@ubuntu:~/ssl$ openssl req -new -x509 -days 1001 -key keys/ca.key -out
certs/ca.cer
Enter pass phrase for keys/ca.key:
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
-----